Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-19 | Use rgbds 0.5.0 | Rangi | |
2020-11-01 | Identify some more labels, and make some more consistent | Rangi | |
2020-10-28 | Identify more WRAM labels, and start a <X>_DummyFunction label convention | Rangi | |
2020-10-28 | Replace many '; unused' with '; unreferenced' | Rangi | |
2020-10-27 | Identify remaining Mystery Gift labels and constants | Rangi | |
Source: https://projectpokemon.org/home/forums/topic/43930-mystery-gift-reverse-engineering-of-ir-protocol/ | |||
2020-10-04 | Identify more unnamed labels | Rangi | |
2020-08-27 | Document splash screen animation | mid-kid | |
2020-08-18 | Add wTitleScreenSelectedOption constants | mid-kid | |
2020-08-05 | Document wTitleScreenSelectedOption variable | mid-kid | |
2020-08-03 | Minor title screen fixes | mid-kid | |
2020-07-13 | Disassemble the final English debug ROM | Rangi | |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi | |
2020-06-18 | Harmonize engine/menus with pokegold | Rangi | |
2020-06-17 | Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to ↵ | Rangi | |
OpenSRAM) To do: engine/{menus, overworld} | |||
2020-06-16 | Harmonize some more symbols with pokegold | Rangi | |
2020-04-17 | More miscellaneous fixes (see #709) | Rangi | |
2020-04-04 | Miscellaneous fixes: | Rangi | |
- `hSecondsBackup` -> `hUnusedBackup` - `ld bc, hBGMapAddress + 1` -> `bccoord -1, -2, 0` - Identify some `.asm_XXX` labels | |||
2020-02-13 | Standardize on lowercase Tilemap and Attrmap | mid-kid | |
We used to have a mixture of TileMap and and Tilemap, as well as the similar AttrMap. Standardize on one. | |||
2020-02-13 | InitSpriteAnimStruct <-> _InitSpriteAnimStruct | mid-kid | |
These were the wrong way around, as the function in home should not be prefixed | |||
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. |