Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-27 | Makefile: condense dependency scanning into one loop | yenatch | |
2014-01-27 | Split wram.asm from poke{red,blue}.o into wram.o | yenatch | |
wram.asm still defines some constants. They're moved into constants/wram_constants.asm. | |||
2014-01-27 | Clean up makefile messages and prerequisite handling | yenatch | |
2014-01-27 | Get rid of globals.asm. Use ::s to export labels between objects. | yenatch | |
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. | |||
2014-01-26 | added a couple of new moves constants | Adam AKA Coolboyman | |
2014-01-26 | Merge branch 'text' of https://github.com/yenatch/pokered | IIMarckus | |
2014-01-26 | Merge branch 'fix-init-sudo' of https://github.com/yenatch/pokered | IIMarckus | |
2014-01-24 | Get rid of more unnecessary labels in text.asm | yenatch | |
2014-01-23 | Makefile: remove duplicates when consolidating objects | yenatch | |
2014-01-23 | Give a : to label def _UnnamedText_ef7d | yenatch | |
2014-01-23 | Make text.asm an object | yenatch | |
2014-01-23 | Bank constants for text.asm | yenatch | |
2014-01-23 | Move text banks into text.asm | yenatch | |
2014-01-23 | Split out move names | yenatch | |
2014-01-23 | Split out the rest of map text | yenatch | |
2014-01-23 | Merge branch 'master' of https://github.com/iimarckus/pokered | U-Fish-PC\Daniel | |
2014-01-23 | Split out route text | yenatch | |
2014-01-22 | Even more map text | yenatch | |
2014-01-22 | Silph Co 1f text was actually somewhere else | yenatch | |
2014-01-22 | Move city and town map text into text/maps | yenatch | |
2014-01-22 | split out a bunch of map text | yenatch | |
2014-01-22 | split viridian and oaks lab text into text/maps/ | yenatch | |
2014-01-22 | stamp out even more text macros in main | yenatch | |
Conflicts: main.asm | |||
2014-01-22 | rename existing map text files and put them in text/maps/ | yenatch | |
2014-01-22 | Merge branch 'split-audio' into text | yenatch | |
Conflicts: main.asm | |||
2014-01-22 | bump pokemontools for merging the previous bump | yenatch | |
this brings pokemontools up to date, including some map editor fixes | |||
2014-01-22 | Merge remote-tracking branch 'iimarckus/master' into resplit-audio | yenatch | |
Conflicts: main.asm | |||
2014-01-22 | Don't use sudo in init.sh | yenatch | |
Besides being bad practice, permissions are handled differently cross-platform (cygwin). | |||
2014-01-22 | use 'next' macro in strings | yenatch | |
2014-01-22 | text macros in pokedex entries | yenatch | |
2014-01-22 | rename and add some text macros | yenatch | |
cont replaces next, and next becomes a generic newline. para replaces page (now used for pokedex entries). dex ends a pokedex entry. | |||
2014-01-21 | text macros in text/ | yenatch | |
2014-01-21 | clean up missed text macros in main.asm | yenatch | |
2014-01-21 | use text macros in main.asm | yenatch | |
2014-01-21 | Add text macros | yenatch | |
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 | |||
2014-01-21 | bump pokemontools to play nice with EQUS | yenatch | |
2014-01-21 | condense MapSongBanks | yenatch | |
2014-01-21 | use music constants everywhere | yenatch | |
some sfx are treated as music, but don't have constants yet | |||
2014-01-21 | define music constants instead of running around with ((label-$4000)/3) | yenatch | |
2014-01-13 | Label Pewter Movement Scripts | U-Fish-PC\Daniel | |
2014-01-12 | Replace false TX_RAM | U-Fish-PC\Daniel | |
2014-01-09 | rearrange audio.asm | yenatch | |
2014-01-09 | fix some duty labels | yenatch | |
2014-01-09 | split instrument duty into audio/ | yenatch | |
2014-01-09 | consolidate red/blue diffs in sfx | yenatch | |
2014-01-09 | split audio components into audio_red.o and audio_blue.o | yenatch | |
2014-01-08 | Merge branch 'master' of https://github.com/dannye/pokered | U-Daniel-Laptop\Daniel | |
Conflicts: main.asm | |||
2014-01-07 | Labeled some more hardcoded banks and the OldManItemList. | Marcus Huderle | |
2014-01-07 | dedicated version includes | yenatch | |
2014-01-07 | Labeled lots of hardcoded banks. | Marcus Huderle | |