Age | Commit message (Collapse) | Author |
|
|
|
2→1
8→2
1f→3
|
|
rename functions, clean up address/wram comments, other misc
only broken up so that all changes are viewable on github
|
|
|
|
|
|
|
|
For unknown addresses, use "w<address>".
Label overleads are still an issue.
|
|
rgbasm treats $ffxx loads the same. This is more consistent and avoids confusion with $ff00+c,
|
|
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.
|
|
|