summaryrefslogtreecommitdiff
path: root/home/menu.asm
AgeCommit message (Expand)Author
2020-06-22Identify some more labelsRangi
2020-06-21Comment more ROM labels as unreferencedRangi
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-16Harmonize home/ with pokegoldRangi
2020-05-18Update some routine labels, including unreferenced onesRangi
2020-04-16Fix #709 miscellaneous issuesRangi
2020-04-06hStackBank -> hTempBankRangi
2020-04-06hBuffer -> hStackBank and hFarByteRangi
2020-02-22Implement suggestions in PR #687mid-kid
2019-11-03Split menu code out of home/movement.asmRangi
2019-04-09TextBox -> Textboxmid-kid
2018-08-25Use labels instead of constants for HRAMRangi
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-06-25Remove even more address commentsmid-kid
2018-06-24Remove all address commentsmid-kid
2018-02-03Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-23MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #...Rangi
2018-01-14Merge branch 'master' of https://github.com/mid-kid/pokecrystal (resolve PR #...Remy Oukaour
2018-01-14Merge branch 'dev' of https://github.com/TheMostCuriousThing/pokecrystal (res...Remy Oukaour
2018-01-14Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...Remy Oukaour
2018-01-14Use constants for menu flagsmid-kid
2018-01-13menu_coords macro for (x1, y1, x2, y2) order (see issue #440)Remy Oukaour
2018-01-09More commentsRemy Oukaour
2018-01-03Use BANK for hardcoded WRAM banks (except where bankswitches appear unnecessa...Adelaide Walter
2018-01-02More unreferenced labels cleanupxCrystal
2017-12-28Lowercase v for VRAM addressesxCrystal
2017-12-24callba/callab → farcall/callfarRemy Oukaour
2017-06-09Replace ‘jp [hl]’ with ‘jp hl’Ben10do
2016-05-10Labeled every function in ROM0 that's referenced in the sourcepikalaxalt
2016-04-10Local labels starting with lowercase letters are no longer decorated with a t...pikalaxalt
2016-04-10Local labels starting with capital letters are now decorated with a trailing ...pikalaxalt
2016-03-01Battle animation annotationsPikalaxALT
2016-01-05maptrigger macroPikalaxALT
2015-12-24writebackup --> closewindow; game corner prize vendors; othersPikalaxALT
2015-12-22More stats screen shenanigansPikalaxALT
2015-12-20Menu joy flags; started with link address spacePikalaxALT
2015-12-19More work on slots; WRAM cleanup, Move DeleterPikalaxALT
2015-12-18Events and some WRAM cleanupPikalaxALT
2015-12-17More menu stuffPikalaxALT
2015-12-16Bill's PCPikalaxALT
2015-12-15MenuPikalaxALT
2015-12-13PackPikalaxALT
2015-11-25Rename several script commandsPikalaxALT
2015-11-18items/item_effects.asm; engine/evolution.asmPikalaxALT
2015-11-16Split up some more banks in main.asmPikalaxALT
2015-11-11Further split bank 4PikalaxALT
2015-11-10enum macros/move_anim.asm, resolve battle/anims.asm function labelsPikalaxALT
2015-11-07more battle core labelsPikalaxALT
2015-11-04Mon submenu, engine/menu.asmPikalaxALT