Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Yellow and JP roms will take different options, but this is good for now.
|
|
|
|
Cygwin instructions return.
|
|
|
|
|
|
|
|
Conflicts:
main.asm
|
|
|
|
|
|
|
|
wram.asm still defines some constants. They're moved into constants/wram_constants.asm.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
main.asm
|
|
|
|
Conflicts:
main.asm
|
|
this brings pokemontools up to date, including some map editor fixes
|
|
Conflicts:
main.asm
|
|
Besides being bad practice, permissions are handled differently cross-platform (cygwin).
|
|
|
|
|
|
cont replaces next, and next becomes a generic newline.
para replaces page (now used for pokedex entries).
dex ends a pokedex entry.
|
|
|