| Age | Commit message (Expand) | 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 OpenS... | Rangi |
| 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 |
| 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 "us... | Rangi |
| 2020-02-21 | RTC -> UpdateTimeAndPals | mid-kid |
| 2020-02-16 | PanicResetClock -> ClearClock | mid-kid |
| 2020-02-13 | Standardize on lowercase Tilemap and Attrmap | mid-kid |
| 2020-02-13 | InitSpriteAnimStruct <-> _InitSpriteAnimStruct | mid-kid |