| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
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.
|
| |
|