aboutsummaryrefslogtreecommitdiffstats
path: root/text/maps/bruno.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replaced all instances of $52, $53, and $5A with "<PLAYER>", "<RIVAL>", and ↵Víctor M. González2017-07-301-1/+1
| | | | "<USER>" respectively.
* Sync somewhat with pokeyellow.IIMarckus2016-06-081-1/+0
|
* Improve diffability with pokeyellow; remove address comments and ifs.IIMarckus2015-12-061-4/+4
|
* Name the last of unnamed textU-Daniel-PC\Daniel2015-06-121-1/+1
|
* Get rid of globals.asm. Use ::s to export labels between objects.yenatch2014-01-271-4/+4
| | | | | | | | | | | 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.
* split out a bunch of map textyenatch2014-01-221-0/+38