Age | Commit message (Collapse) | Author |
|
|
|
|
|
Also clean up the tileset macro and remove placeholders/redundant files.
|
|
|
|
|
|
Also correct erroneous label "Unknown_72ede".
|
|
Static address substraction would wreak havoc in other memory configurations.
|
|
rgbasm treats $ffxx loads the same. This is more consistent and avoids confusion with $ff00+c,
|
|
|
|
|
|
|
|
Conflicts:
main.asm
|
|
|
|
|
|
|
|
Conflicts:
main.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
|
|
Conflicts:
main.asm
|
|
|
|
cont replaces next, and next becomes a generic newline.
para replaces page (now used for pokedex entries).
dex ends a pokedex entry.
|
|
|
|
|
|
|
|
some sfx are treated as music, but don't have constants yet
|
|
|
|
|
|
|
|
Conflicts:
main.asm
|
|
|
|
|
|
|
|
|
|
|