Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-21 | Label some more WRAM/SRAM things | mid-kid | |
This should be all of the memory locations that are actually used, and some more. Removal of all addresses when? | |||
2019-03-18 | Fix wram labeling for wPCItems | Fredrik Ljungdahl | |
2018-11-18 | Resolve issue #575: Rename text commands | Rangi | |
2018-11-05 | text_jump → text_far | mid-kid | |
The previous name for this was rather misleading. It isn't an actual jump like you'd expect the `jp` instruction to behave as. Instead, it behaves more like a `farcall`. This also makes it consistent with its current command ID name of `TX_FAR`. | |||
2018-09-22 | Naming screen constants | Rangi | |
2018-09-16 | wMonStatusFlags -> wDebugFlags | mid-kid | |
2018-09-09 | Use 0/1/2/3 for palettes, and rgbds opt feature for battle transition graphic | Rangi | |
2018-09-09 | wPreviousLandmark → wPrevLandmark | Rangi | |
2018-08-25 | Use labels instead of constants for HRAM | Rangi | |
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld | |||
2018-07-29 | Add meaningful aliases for wd265 | Rangi | |
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants | |||
2018-06-25 | No space between labels and bodies | Rangi | |
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi | |
2018-06-25 | Remove even more address comments | mid-kid | |
That should be all of them this time | |||
2018-06-24 | Remove all address comments | mid-kid | |
2018-04-01 | Fix file permissions | mid-kid | |
I have no idea why this was a thing (do people store this repo on FAT32 flash drives or something?), but quite a bit of files had a permission of 755. This isn't really a problem, but it's inconsistent and weird. | |||
2018-03-14 | Move init_gender and intro_menu to menus | mid-kid | |
They are actually some kind of menus, and as such make sense there. |