summaryrefslogtreecommitdiff
path: root/home/rst.asm
AgeCommit message (Collapse)Author
2020-02-23Create home/header.asmmid-kid
Contains what was previously in: - home/rst.asm - home/interrupts.asm - home.asm All of this should be in a static location in the ROM so it kinda makes sense together.
2019-11-23Separate tilesets.o goes with pics.o and sprites.oRangi
2018-08-25Use labels instead of constants for HRAMRangi
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
2018-02-26* BillPhoneGeneriText -> BillPhoneGenericTextRangi
* data/phone/text/trainers1.asm -> data/phone/text/trainers.asm * ,ROM -> , ROM0
2017-12-24move rst.asm and interrupts.asm into home/yenatch