summaryrefslogtreecommitdiff
path: root/text.asm
AgeCommit message (Collapse)Author
2014-05-12Documented reflect/light screen effect function. Labeled some related text.Marcus Huderle
2014-01-27Get rid of globals.asm. Use ::s to export labels between objects.yenatch
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.
2014-01-24Get rid of more unnecessary labels in text.asmyenatch
2014-01-23Give a : to label def _UnnamedText_ef7dyenatch
2014-01-23Make text.asm an objectyenatch
2014-01-23Bank constants for text.asmyenatch
2014-01-23Move text banks into text.asmyenatch