Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
ledge tiles documented
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|