Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-16 | Additional vc_asserts (#906)HEADmaster | vulcandth | |
2022-03-12 | Allow alternate labels for patch names | Rangi | |
2022-03-12 | Build the Virtual Console patch with `make crystal11_vc` (#882) | vulcandth | |
Fixes #813 | |||
2021-11-23 | Use ~X instead of $ff ^ X | Rangi | |
2021-05-30 | Move the dbbw, dbww, and dbwww macros to legacy | Rangi | |
2021-04-19 | Use rgbds 0.5.0 | Rangi | |
2020-12-23 | Rename some labels | Rangi | |
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer" Fixes #789 | |||
2020-11-17 | Correct some filename comments | Rangi | |
2020-11-09 | Replace $0 with 0 for "ld l, a / ld h, 0" idiom | Rangi | |
2020-11-03 | Identify more uses of wBuffer1-6 | Rangi | |
2020-11-01 | Identify some more labels, and make some more consistent | Rangi | |
2020-10-30 | Identify wSpriteAnimDict key constants | 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-26 | Comment, remove, or revise many unreferenced labels | Rangi | |
2020-10-06 | Identify some unnamed labels | Rangi | |
2020-10-04 | Identify more unnamed labels | Rangi | |
2020-10-04 | Identify some more unnamed labels | Rangi | |
2020-08-27 | Fix some constants surrounding sprite animations | mid-kid | |
Also commented the use of the field surrounding the struct initialization functions. SPRITEANIMSTRUCT_0C -> SPRITEANIMSTRUCT_VAR1 SPRITEANIMSTRUCT_0D -> SPRITEANIMSTRUCT_VAR2 SPRITEANIMSTRUCT_0E -> SPRITEANIMSTRUCT_VAR3 SPRITEANIMSTRUCT_0F -> SPRITEANIMSTRUCT_VAR4 BATTLEANIMSTRUCT_01 -> BATTLEANIMSTRUCT_OAMFLAGS BATTLEANIMSTRUCT_ANON_JT_INDEX -> BATTLEANIMSTRUCT_JUMPTABLE_INDEX BATTLEANIMSTRUCT_0F -> BATTLEANIMSTRUCT_VAR1 BATTLEANIMSTRUCT_10 -> BATTLEANIMSTRUCT_VAR2 | |||
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-08-03 | Identify constant in NamingScreen_IsTargetBox | Rangi | |
2020-07-13 | Disassemble the final English debug ROM | Rangi | |
2020-07-01 | Identify more labels, and use the jumptable macro when possible | Rangi | |
2020-06-21 | Comment more ROM labels as unreferenced | Rangi | |
(Some unreferenced labels are above code which is still used via fallthrough!) | |||
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi | |
2020-06-21 | Remove some more raw addresses | 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-06-15 | Identify wObjectPriorities | Rangi | |
2020-06-13 | Label some mobile addresses, and revise some comments | Rangi | |
2020-05-29 | Rename ScrollingMenu_UpdateDisplay.string_2485f (#726) | Lhivorde | |
2020-05-25 | Some uses of SCREEN_WIDTH and SCREEN_HEIGHT | Rangi | |
2020-05-17 | Miscellaneous cleanup noted in #709 | Rangi | |
2020-05-16 | Format all CopyTilemapAtOnce variations the same way | Rangi | |
2020-04-17 | More miscellaneous fixes (see #709) | Rangi | |
2020-04-04 | `dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr` | Rangi | |
2020-04-04 | Miscellaneous fixes: | Rangi | |
- `hSecondsBackup` -> `hUnusedBackup` - `ld bc, hBGMapAddress + 1` -> `bccoord -1, -2, 0` - Identify some `.asm_XXX` labels | |||
2020-03-21 | rgbds supports 'X - 1' instead of 'X + -1' | Rangi | |
2020-03-01 | Change how some PNG graphics are formatted | Rangi | |
2020-02-28 | Identify remaining gfx/unknown files | Rangi | |
2020-02-23 | Replace some "idiotic", "wtf", "stupid interns" comments with more common ↵ | Rangi | |
"useless", "pointless", "could have done X instead" | |||
2020-02-21 | RTC -> UpdateTimeAndPals | mid-kid | |
Rename clear misnomer. Most of the related functions in that file aren't really aptly named but I don't know good names right now. | |||
2020-02-16 | PanicResetClock -> ClearClock | mid-kid | |
Funky name that only exists based on what it's used for, not so much what it is. | |||
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 |