aboutsummaryrefslogtreecommitdiffstats
path: root/text.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/huderlem/pokered into pull-dataU-Fish-PC\Daniel2014-05-191-33/+33
|\ | | | | | | | | | | | | Conflicts: main.asm text.asm text/maps/route_22.asm
| * Finished documenting/labeling functions in the MoveEffectPointerTable.Marcus Huderle2014-05-121-33/+33
| |
| * Documented/labeled lots of move-effect-related stuff.Marcus Huderle2014-05-121-7/+7
| |
| * Documented reflect/light screen effect function. Labeled some related text.Marcus Huderle2014-05-121-3/+3
| |
* | Clean up text labels, use move and type constantsU-Fish-PC\Daniel2014-05-161-6/+6
| |
* | Label a lot of unnamed textU-Fish-PC\Daniel2014-05-151-216/+216
| |
* | 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