Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes some more static wram addresses.
|
|
For unknown addresses, use "w<address>".
Label overleads are still an issue.
|
|
|
|
Conflicts:
main.asm
text.asm
text/maps/route_22.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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|