summaryrefslogtreecommitdiff
path: root/home/scrolling_menu.asm
AgeCommit message (Collapse)Author
2019-04-09TextBox -> Textboxmid-kid
Homogenizing names.
2019-01-12Say "BANK(Foo) ; aka BANK(Bar)" to clarify that Foo and Bar share a bankRangi
2018-12-26Fix comments around BANK() statementsmid-kid
Found a couple BANK()s that reference multiple labels.
2018-08-25Use labels instead of constants for HRAMRangi
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
2018-06-24Remove more address commentsRangi
2018-06-24Remove all address commentsmid-kid
2018-04-05Move more code from home.asm into home/Rangi