aboutsummaryrefslogtreecommitdiffstats
path: root/macros.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Use callba/callab macros for cross-bank calls.yenatch2014-04-221-0/+12
|
* Name the tilesets and give them constants.yenatch2014-04-031-4/+10
| | | | Also clean up the tileset macro and remove placeholders/redundant files.
* rename and add some text macrosyenatch2014-01-221-2/+6
| | | | | | cont replaces next, and next becomes a generic newline. para replaces page (now used for pokedex entries). dex ends a pokedex entry.
* Add text macrosyenatch2014-01-211-0/+8
| | | | | | | | | | | | | | | | | Before text looked like: _CeladonCityText2: ; a5a4b (29:5a4b) db $0, "Heheh! This GYM", $4f db "is great! It's", $55 db "full of women!", $57 Now it looks like: _CeladonCityText2: ; a5a4b (29:5a4b) text "Heheh! This GYM" line "is great! It's" next "full of women!" done
* Cleaned map connections with macros.Marcus Huderle2013-12-201-0/+72
|
* split rgbasm macros into macros.asmyenatch2013-12-051-0/+265