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