| Age | Commit message (Expand) | Author |
| 2020-11-09 | Replace $0 with 0 for "ld l, a / ld h, 0" idiom | Rangi |
| 2020-11-08 | Rename "dummy game" to "memory game" | Rangi |
| 2020-11-01 | Identify some more labels, and make some more consistent | Rangi |
| 2020-10-30 | UnusedSpriteAnimGFX was to sprite anims as AnimObjGFX is to battle anims | Rangi |
| 2020-10-30 | Extract more RGB data to .pal files | Rangi |
| 2020-10-30 | Identify wSpriteAnimDict key constants | Rangi |
| 2020-10-30 | Identify mobile Name Card exchange labels | 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-26 | Use more assertions to ensure correct code and data | Rangi |
| 2020-10-26 | Comment, remove, or revise many unreferenced labels | Rangi |
| 2020-10-23 | Identify some more labels, mostly WRAM | Rangi |
| 2020-10-22 | Identify a few more labels and data | Rangi |
| 2020-10-22 | Identify more sprite graphics and map object labels, and have consistent anon... | Rangi |
| 2020-10-05 | Identify some more unnamed labels | Rangi |
| 2020-10-05 | Identify more unnamed labels | Rangi |
| 2020-10-04 | Identify more unnamed labels | Rangi |
| 2020-10-04 | Identify some more unnamed labels | Rangi |
| 2020-10-04 | Identify SGB blk/pal packets | Rangi |
| 2020-08-27 | GS_INTRO_STAR/SPARKLE -> GS_GAMEFREAK_LOGO_STAR/SPARKLE | mid-kid |
| 2020-08-27 | Small changes to better match pokegold | mid-kid |
| 2020-08-27 | Fix some constants surrounding sprite animations | mid-kid |
| 2020-08-27 | Document splash screen animation | mid-kid |
| 2020-08-27 | Move all splash screen files to gfx/splash | mid-kid |
| 2020-08-05 | Remove a verifiably false comment | mid-kid |
| 2020-08-05 | `d` is the multiplier for Sprites_Sine | mid-kid |
| 2020-08-05 | Use TRUE for hCGBPalUpdate | mid-kid |
| 2020-07-21 | Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1) | Rangi |
| 2020-07-04 | SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULT | Rangi |
| 2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi |
| 2020-06-17 | Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS... | Rangi |
| 2020-06-17 | Harmonize engine/{gfx, items, link, math} with pokegold | Rangi |
| 2020-06-16 | [in progress] Harmonize more constant and data files with pokegold | Rangi |
| 2020-06-16 | Harmonize some more symbols with pokegold | Rangi |
| 2020-06-10 | Define pokeanim setup commands like std scripts, predefs, and specials | Rangi |
| 2020-06-03 | Separate UnusedBattleObjectPals from PartyMenuOBPals | Rangi |
| 2020-05-18 | Update some routine labels, including unreferenced ones | Rangi |
| 2020-05-17 | Miscellaneous cleanup noted in #709 | Rangi |
| 2020-04-30 | Miscellaneous updates | Rangi |
| 2020-04-18 | Miscellaneous fixes, including one for the Pokédex design flaw by ax6 | Rangi |
| 2020-04-08 | Remove unused nonmatching files for electro_ball.png and sgb_border.bin | Rangi |
| 2020-04-06 | Enable rgbds warnings and remove CFLAGS=-O2 (default is now -O3) | Rangi |
| 2020-03-21 | rgbds supports 'X - 1' instead of 'X + -1' | Rangi |
| 2020-02-28 | Identify remaining gfx/unknown files | Rangi |
| 2020-02-26 | Identify gfx/unknown/4985a.asm as gfx/tilesets/forest-tree/unused.png | Rangi |
| 2020-02-13 | Standardize on lowercase Tilemap and Attrmap | mid-kid |
| 2020-02-13 | InitSpriteAnimStruct <-> _InitSpriteAnimStruct | mid-kid |
| 2019-11-03 | Use constants for quantities when copying SGB border tiles and palettes | Rangi |
| 2019-04-19 | Identify a few more WRAM label uses | Rangi |
| 2019-04-09 | TextBox -> Textbox | mid-kid |