aboutsummaryrefslogtreecommitdiffstats
path: root/engine/predefs.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename predef functions so they aren't excessive in length.yenatch2014-06-161-48/+25
| | | | | This is mostly because of an rgbasm bug that prevents macro arguments from exceeding 16 characters, but the names were bad anyway.
* Label and comment BattleTransitionU-Fish-PC\Daniel2014-05-291-2/+3
|
* Remove most static wram addresses. Use labels instead.yenatch2014-05-261-19/+13
| | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue.
* Label BCD math predefs.yenatch2014-05-251-6/+7
|
* Clean up some bank 3 functions and rename flag action functions.yenatch2014-05-251-1/+1
|
* Pull a lot of engine out of main.asmU-Fish-PC\Daniel2014-05-221-0/+183