aboutsummaryrefslogtreecommitdiffstats
path: root/text.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Label graphics loading functions and CheckIfMoveIsKnownU-Fish-PC\Daniel2014-05-151-1/+1
|/
* Get rid of globals.asm. Use ::s to export labels between objects.yenatch2014-01-271-478/+477
| | | | | | | | | | | 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.
* Get rid of more unnecessary labels in text.asmyenatch2014-01-241-10/+0
|
* Give a : to label def _UnnamedText_ef7dyenatch2014-01-231-1/+1
|
* Make text.asm an objectyenatch2014-01-231-0/+5
|
* Bank constants for text.asmyenatch2014-01-231-13/+33
|
* Move text banks into text.asmyenatch2014-01-231-0/+3197