aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menu/vending_machine.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* commented menu stuffYamaArashi2015-02-071-10/+10
|
* serial/trade/miscYamaArashi2015-02-071-2/+2
|
* Use *Coord instead of FuncCoordU-Fish-PC\Daniel2014-06-251-6/+3
| | | | | | Using 'Coord =' doesn't like using wTileMap So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord to avoid static addresses
* Use macros for predef calls/jumps instead of static ids.yenatch2014-06-161-2/+1
|
* Rename predef functions so they aren't excessive in length.yenatch2014-06-161-1/+1
| | | | | This is mostly because of an rgbasm bug that prevents macro arguments from exceeding 16 characters, but the names were bad anyway.
* Remove most static wram addresses. Use labels instead.yenatch2014-05-261-16/+16
| | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue.
* Label BCD math predefs.yenatch2014-05-251-2/+2
|
* Pull a lot of engine out of main.asmU-Fish-PC\Daniel2014-05-221-0/+138