| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Makefile: Don't group redrle with phony targets | yenatch | 2014-02-14 | 1 | -4/+4 |
| | | |||||
| * | make compare: Use md5sum -c instead of comparing a base rom | yenatch | 2014-02-14 | 1 | -5/+2 |
| | | |||||
| * | Rom checksums for use with md5sum -c | yenatch | 2014-02-14 | 1 | -0/+2 |
| | | |||||
| * | Makefile: nothing uses the ALL_DEPENDENCIES variable. | yenatch | 2014-02-14 | 1 | -1/+0 |
| | | |||||
| * | Makefile: fix a syntax error in redrle | yenatch | 2014-02-14 | 1 | -1/+1 |
| | | |||||
| * | Consolidate rgbfix options between Red and Blue. | yenatch | 2014-02-14 | 1 | -2/+5 |
| | | | | | Yellow and JP roms will take different options, but this is good for now. | ||||
| * | No more init.sh | yenatch | 2014-02-13 | 1 | -17/+0 |
| | | |||||
| * | Rewrite the install instructions without init.sh. | yenatch | 2014-02-13 | 1 | -11/+44 |
| | | | | | Cygwin instructions return. | ||||
| * | Readme: Builds both Red and Blue. | yenatch | 2014-02-13 | 1 | -7/+9 |
| | | |||||
| * | Install: Refer to pokeblue.gbc by its filename. | yenatch | 2014-02-13 | 1 | -1/+1 |
| | | |||||
| * | Makefile: condense dependency scanning into one loop | yenatch | 2014-01-27 | 1 | -2/+0 |
| | | |||||
| * | Split wram.asm from poke{red,blue}.o into wram.o | yenatch | 2014-01-27 | 6 | -12/+18 |
| | | | | | wram.asm still defines some constants. They're moved into constants/wram_constants.asm. | ||||
| * | Clean up makefile messages and prerequisite handling | yenatch | 2014-01-27 | 1 | -4/+4 |
| | | |||||
| * | Get rid of globals.asm. Use ::s to export labels between objects. | yenatch | 2014-01-27 | 277 | -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 constants | Adam AKA Coolboyman | 2014-01-26 | 2 | -10/+12 |
| | | |||||
| * | Merge branch 'text' of https://github.com/yenatch/pokered | IIMarckus | 2014-01-26 | 227 | -14567/+18274 |
| |\ | |||||
| | * | Get rid of more unnecessary labels in text.asm | yenatch | 2014-01-24 | 1 | -10/+0 |
| | | | |||||
| | * | Makefile: remove duplicates when consolidating objects | yenatch | 2014-01-23 | 1 | -0/+1 |
| | | | |||||
| | * | Give a : to label def _UnnamedText_ef7d | yenatch | 2014-01-23 | 1 | -1/+1 |
| | | | |||||
| | * | Make text.asm an object | yenatch | 2014-01-23 | 3 | -4/+9 |
| | | | |||||
| | * | Bank constants for text.asm | yenatch | 2014-01-23 | 1 | -13/+33 |
| | | | |||||
| | * | Move text banks into text.asm | yenatch | 2014-01-23 | 2 | -3196/+3198 |
| | | | |||||
| | * | Split out move names | yenatch | 2014-01-23 | 2 | -166/+168 |
| | | | |||||
| | * | Split out the rest of map text | yenatch | 2014-01-23 | 28 | -840/+871 |
| | | | |||||
| | * | Split out route text | yenatch | 2014-01-23 | 28 | -2885/+2918 |
| | | | |||||
| | * | Even more map text | yenatch | 2014-01-22 | 84 | -4367/+4456 |
| | | | |||||
| | * | Silph Co 1f text was actually somewhere else | yenatch | 2014-01-22 | 2 | -8/+7 |
| | | | |||||
| | * | Move city and town map text into text/maps | yenatch | 2014-01-22 | 10 | -1187/+1196 |
| | | | |||||
| | * | split out a bunch of map text | yenatch | 2014-01-22 | 62 | -3064/+3146 |
| | | | |||||
| | * | split viridian and oaks lab text into text/maps/ | yenatch | 2014-01-22 | 8 | -956/+963 |
| | | | |||||
| | * | stamp out even more text macros in main | yenatch | 2014-01-22 | 1 | -68/+71 |
| | | | | | | | | | | | Conflicts: main.asm | ||||
| | * | rename existing map text files and put them in text/maps/ | yenatch | 2014-01-22 | 4 | -3/+3 |
| | | | |||||
| | * | Merge branch 'split-audio' into text | yenatch | 2014-01-22 | 3 | -253/+284 |
| | |\ | | | | | | | | | | | | | Conflicts: main.asm | ||||
| | * | | use 'next' macro in strings | yenatch | 2014-01-22 | 1 | -95/+132 |
| | | | | |||||
| | * | | text macros in pokedex entries | yenatch | 2014-01-22 | 1 | -906/+1209 |
| | | | | |||||
| | * | | rename and add some text macros | yenatch | 2014-01-22 | 6 | -2600/+2604 |
| | | | | | | | | | | | | | | | | | | | cont replaces next, and next becomes a generic newline. para replaces page (now used for pokedex entries). dex ends a pokedex entry. | ||||
| | * | | text macros in text/ | yenatch | 2014-01-21 | 4 | -104/+144 |
| | | | | |||||
| | * | | clean up missed text macros in main.asm | yenatch | 2014-01-21 | 1 | -1069/+1307 |
| | | | | |||||
| | * | | use text macros in main.asm | yenatch | 2014-01-21 | 1 | -7078/+9882 |
| | | | | |||||
| | * | | Add text macros | yenatch | 2014-01-21 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before text looked like: _CeladonCityText2: ; a5a4b (29:5a4b) db $0, "Heheh! This GYM", $4f db "is great! It's", $55 db "full of women!", $57 Now it looks like: _CeladonCityText2: ; a5a4b (29:5a4b) text "Heheh! This GYM" line "is great! It's" next "full of women!" done | ||||
| * | | | Merge branch 'fix-init-sudo' of https://github.com/yenatch/pokered | IIMarckus | 2014-01-26 | 2 | -5/+5 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Don't use sudo in init.sh | yenatch | 2014-01-22 | 2 | -5/+5 |
| | | | | | | | | | | | | | Besides being bad practice, permissions are handled differently cross-platform (cygwin). | ||||
| * | | | bump pokemontools for merging the previous bump | yenatch | 2014-01-22 | 1 | -0/+0 |
| | | | | | | | | | | | | | this brings pokemontools up to date, including some map editor fixes | ||||
| * | | | Merge remote-tracking branch 'iimarckus/master' into resplit-audio | yenatch | 2014-01-22 | 2 | -254/+285 |
| |\ \ \ | |_|/ |/| | | | | | | | | Conflicts: main.asm | ||||
| | * | | Labeled some more hardcoded banks and the OldManItemList. | Marcus Huderle | 2014-01-07 | 1 | -11/+11 |
| | | | | |||||
| | * | | Labeled lots of hardcoded banks. | Marcus Huderle | 2014-01-07 | 1 | -42/+44 |
| | | | | |||||
| | * | | Some more arbitrary labeling of unknown things. | Marcus Huderle | 2014-01-06 | 1 | -40/+48 |
| | | | | |||||
| | * | | wram labels and text/function labels. | Marcus Huderle | 2014-01-06 | 1 | -122/+123 |
| | | | | |||||
| | * | | Some OT and name WRAM labels. | Marcus Huderle | 2014-01-05 | 2 | -44/+65 |
| | |/ | |||||
| * | | bump pokemontools to play nice with EQUS | yenatch | 2014-01-21 | 1 | -0/+0 |
| | | | |||||
