aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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.
* | | | | Clean up makefile messages and prerequisite handlingyenatch2014-01-271-4/+4
| | | | |
* | | | | Get rid of globals.asm. Use ::s to export labels between objects.yenatch2014-01-27277-4358/+4346
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | globals.asm was a hack that: - gave rgbasm an extra 100k lines to read - increased reliance on the python preprocessor - made the makefile a mess - gave object creation an extra step - wasn't even necessary This speeds up build time by at least a third.
* | | | | added a couple of new moves constantsAdam AKA Coolboyman2014-01-262-10/+12
| | | | |
* | | | | Merge branch 'text' of https://github.com/yenatch/pokeredIIMarckus2014-01-26227-14567/+18274
|\ \ \ \ \
| * | | | | Get rid of more unnecessary labels in text.asmyenatch2014-01-241-10/+0
| | | | | |
| * | | | | Makefile: remove duplicates when consolidating objectsyenatch2014-01-231-0/+1
| | | | | |
| * | | | | Give a : to label def _UnnamedText_ef7dyenatch2014-01-231-1/+1
| | | | | |
| * | | | | Make text.asm an objectyenatch2014-01-233-4/+9
| | | | | |
| * | | | | Bank constants for text.asmyenatch2014-01-231-13/+33
| | | | | |
| * | | | | Move text banks into text.asmyenatch2014-01-232-3196/+3198
| | | | | |
| * | | | | Split out move namesyenatch2014-01-232-166/+168
| | | | | |
| * | | | | Split out the rest of map textyenatch2014-01-2328-840/+871
| | | | | |
| * | | | | Split out route textyenatch2014-01-2328-2885/+2918
| | | | | |
| * | | | | Even more map textyenatch2014-01-2284-4367/+4456
| | | | | |
| * | | | | Silph Co 1f text was actually somewhere elseyenatch2014-01-222-8/+7
| | | | | |
| * | | | | Move city and town map text into text/mapsyenatch2014-01-2210-1187/+1196
| | | | | |
| * | | | | split out a bunch of map textyenatch2014-01-2262-3064/+3146
| | | | | |
| * | | | | split viridian and oaks lab text into text/maps/yenatch2014-01-228-956/+963
| | | | | |
| * | | | | stamp out even more text macros in mainyenatch2014-01-221-68/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: main.asm
| * | | | | rename existing map text files and put them in text/maps/yenatch2014-01-224-3/+3
| | | | | |
| * | | | | Merge branch 'split-audio' into textyenatch2014-01-223-253/+284
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: main.asm
| * | | | | | use 'next' macro in stringsyenatch2014-01-221-95/+132
| | | | | | |
| * | | | | | text macros in pokedex entriesyenatch2014-01-221-906/+1209
| | | | | | |
| * | | | | | rename and add some text macrosyenatch2014-01-226-2600/+2604
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cont replaces next, and next becomes a generic newline. para replaces page (now used for pokedex entries). dex ends a pokedex entry.