aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Accidentally added a second minimize graphic.yenatch2014-04-051-0/+0
|
* Image handling in the makefile.yenatch2014-04-051-7/+34
|
* Fix tile padding for house and ship_port tileset graphics.yenatch2014-04-053-2/+2
|
* Add *.1bpp, *.2bpp, *.pic to .gitignore.yenatch2014-04-051-0/+5
| | | | These are now generated by the build.
* Remove "globals.asm" from .gitignore.yenatch2014-04-051-3/+0
| | | | globals.asm is no longer part of the build, is not generated, does not exist at all.
* Convert pngs in gfx/ to 1bpp and 2bpp.yenatch2014-04-05297-79/+44
| | | | | | | | | All graphics are now png. Some files were split out of necessity: - gfx/trade.2bpp -> gfx/game_boy.norepeat.png gfx/link_cable.png - gfx/red/introfight.2bpp -> gfx/red/intro_nido_{1,2,3}.6x6.png - gfx/blue/introfight.2bpp -> gfx/blue/intro_purin_{1,2,3}.6x6.png
* Replace .pic with .png.yenatch2014-04-041336-1726/+0
| | | | | | | Compression is 1:1, so they're interchangeable. The drawback is this inflates the first build time. We've agreed that this is worth having pngs out of the box.
* "Fix" name indentation in credits.yenatch2014-04-041-65/+65
| | | | | | | This appears to have taken advantage of number chars being -10 through -1. By adding to the middle of the screen, a number char could represent the number of tiles to indent. Or not, which is why this commit exists.
* Another bank.yenatch2014-04-041-1/+1
|
* More tileset constants.yenatch2014-04-041-17/+17
|
* Tileset constants in the wild.yenatch2014-04-031-198/+198
|
* Name the tilesets and give them constants.yenatch2014-04-0390-407/+455
| | | | Also clean up the tileset macro and remove placeholders/redundant files.
* Reference more static banks.yenatch2014-04-021-6/+8
|
* Japanese character conversion tables.yenatch2014-04-021-54/+14
|
* More Red pic labels and misc constants.yenatch2014-04-021-20/+19
| | | | Also correct erroneous label "Unknown_72ede".
* Use labels instead of static addresses in sound pointers.yenatch2014-03-303-22/+15
| | | | Static address substraction would wreak havoc in other memory configurations.
* Stop using [$ff00+$xx] syntax.yenatch2014-03-306-1445/+1445
| | | | rgbasm treats $ffxx loads the same. This is more consistent and avoids confusion with $ff00+c,
* Remove the last "\@"s on local labels.yenatch2014-03-301-13/+13
|
* Yet another static rom address (Tset15_Coll)yenatch2014-03-301-1/+1
|
* Merge remote-tracking branch 'origin/master' into masteryenatch2014-03-291-2/+3
|\
| * Merge pull request #37 from Lin20/masteryenatch2014-03-271-2/+3
| |\ | | | | | | ledge tiles documented
| | * ledge tiles documentedLin2014-03-261-2/+3
| |/
* | Merge remote-tracking branch 'huderlem/master' into masteryenatch2014-03-291-20/+24
|\ \ | | | | | | | | | | | | Conflicts: main.asm
| * | Removed hardcoded address. Labeled a few functions.Marcus Huderle2014-02-201-18/+22
| | |
| * | Labeled Battle Center and Trade Center constants.Marcus Huderle2014-01-291-4/+4
| |/
* | Merge remote-tracking branch 'danny/master' into masteryenatch2014-03-291-135/+141
|\ \
| * | Replace hardcoded song idsU-Fish-PC\Daniel2014-02-021-10/+10
| | |
| * | Merge branch 'master' of https://github.com/iimarckus/pokeredU-Fish-PC\Daniel2014-02-01305-23408/+27007
| |\| | | | | | | | | | | | | Conflicts: main.asm
| * | Fix BookshelfTileIDs formatU-Fish-PC\Daniel2014-01-281-1/+1
| | |
| * | Merge branch 'master' of https://github.com/iimarckus/pokeredU-Fish-PC\Daniel2014-01-232-259/+291
| |\ \
| * | | Label Pewter Movement ScriptsU-Fish-PC\Daniel2014-01-131-16/+22
| | | |
| * | | Replace false TX_RAMU-Fish-PC\Daniel2014-01-121-2/+2
| | | |
| * | | Merge branch 'master' of https://github.com/dannye/pokeredU-Daniel-Laptop\Daniel2014-01-083-218/+489
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: main.asm
| * \ \ \ Merge branch 'master' of https://github.com/huderlem/pokeredU-Daniel-Laptop\Daniel2013-12-289-224/+430
| |\ \ \ \
| * | | | | remove redundant addressessU-Daniel-Laptop\Daniel2013-12-281-109/+109
| | | | | |
* | | | | | Install: Command Line Tools for Xcode instead of the larger Xcode.yenatch2014-02-141-2/+5
| | | | | |
* | | | | | Let rgbasm handle undefined version constants.yenatch2014-02-144-6/+22
| | | | | |
* | | | | | audio: Include all constantsyenatch2014-02-141-8/+1
| | | | | |
* | | | | | Makefile: Don't group redrle with phony targetsyenatch2014-02-141-4/+4
| | | | | |
* | | | | | make compare: Use md5sum -c instead of comparing a base romyenatch2014-02-141-5/+2
| | | | | |
* | | | | | Rom checksums for use with md5sum -cyenatch2014-02-141-0/+2
| | | | | |
* | | | | | Makefile: nothing uses the ALL_DEPENDENCIES variable.yenatch2014-02-141-1/+0
| | | | | |
* | | | | | Makefile: fix a syntax error in redrleyenatch2014-02-141-1/+1
| | | | | |
* | | | | | Consolidate rgbfix options between Red and Blue.yenatch2014-02-141-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | Yellow and JP roms will take different options, but this is good for now.
* | | | | | No more init.shyenatch2014-02-131-17/+0
| | | | | |
* | | | | | Rewrite the install instructions without init.sh.yenatch2014-02-131-11/+44
| | | | | | | | | | | | | | | | | | | | | | | | Cygwin instructions return.
* | | | | | Readme: Builds both Red and Blue.yenatch2014-02-131-7/+9
| | | | | |
* | | | | | Install: Refer to pokeblue.gbc by its filename.yenatch2014-02-131-1/+1
| |_|_|_|/ |/| | | |
* | | | | Makefile: condense dependency scanning into one loopyenatch2014-01-271-2/+0
| | | | |
* | | | | Split wram.asm from poke{red,blue}.o into wram.oyenatch2014-01-276-12/+18
| | | | | | | | | | | | | | | | | | | | wram.asm still defines some constants. They're moved into constants/wram_constants.asm.