summaryrefslogtreecommitdiff
path: root/home/header.asm
AgeCommit message (Collapse)Author
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-04-06Ensure that the cartridge header is patched over all $00s, and comment on ↵Rangi
the entry point format
2020-04-04Upgrade to rgbds 0.4.0Rangi
- fail for rgbds < 0.4.0 - `rst <Label>` - `ds <count>, <byte>` - `shift <N>` - ASCII "\r" - Sorted .sym file
2020-02-23Fix build with rgbds 0.3.9 releaseRangi
2020-02-23Fix the sections in home/header.asmmid-kid
They're fixed anyway, and this allows us to make some expressions constant.
2020-02-23JoypadInt -> Joypadmid-kid
This matches all other interrupts. The old Joypad was renamed to UpdateJoypad.
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.