aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menu/vending_machine.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sync with pokereddannye2020-11-041-138/+0
|
* Sync with pokereddannye2020-05-201-1/+2
|
* remove address commentsYamaArashi2016-06-111-10/+10
|
* Vending machineluckytyphlosion2016-05-301-15/+17
|
* Name sound effectsdannye2015-07-191-1/+1
|
* Consolidate coord macrosdannye2015-07-181-3/+3
|
* money / coins hram constantsYamaArashi2015-07-171-3/+3
|
* title / diploma / vending machineYamaArashi2015-07-171-21/+22
|
* Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-031-3/+3
| | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
* 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