| Age | Commit message (Expand) | Author |
| 2022-03-20 | Replace magic numbers with constants (#894) | Idain |
| 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-10-24 | Add assertions to some more tables | Rangi |
| 2021-06-19 | Standardize capitalization of ".Jumptable" | Rangi |
| 2021-06-07 | "ld [MON_LEVEL], a" in ComputeNPCTrademonStats should be "ld [wCurPartyLevel]... | Rangi |
| 2021-04-19 | Use rgbds 0.5.0 | Rangi |
| 2021-03-24 | Sync some files with pokegold | Rangi |
| 2021-03-21 | Assert the sBox1-14 tables have NUM_BOXES entries | Rangi |
| 2021-03-17 | Consistent labels for each nickname in RAM | Rangi |
| 2021-03-08 | Identify scrolling menu lists in WRAM | Rangi |
| 2021-02-10 | Use PARTY_LENGTH and MAILBOX_CAPACITY constants | Rangi |
| 2021-01-09 | Rename GetFarHalfword to GetFarWord | Rangi |
| 2020-12-23 | Remove "Buffer" suffix from two HRAM labels | Rangi |
| 2020-12-23 | Rename some labels | Rangi |
| 2020-11-17 | Correct some filename comments | Rangi |
| 2020-11-09 | Remove "XXX" comments (various "???+" still mark unclear code) | 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-03 | More syncing with pokegold | Rangi |
| 2020-11-01 | Identify some more labels, and make some more consistent | Rangi |
| 2020-10-29 | Identify the remaining (non-mobile) uses of another WRAM union | 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 | Comment, remove, or revise many unreferenced labels | Rangi |
| 2020-10-14 | Identify some values as relative struct offsets in MoveScreenLoop | Rangi |
| 2020-10-06 | Identify some unnamed labels | 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-08-03 | Better label 2D menu data | mid-kid |
| 2020-07-13 | Disassemble the final English debug ROM | 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-05-29 | Rename ScrollingMenu_UpdateDisplay.string_2485f (#726) | Lhivorde |
| 2020-05-25 | Group MoveDescriptions with PrintMoveDesc and rename that to PrintMoveDescrip... | Rangi |
| 2020-04-04 | `dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr` | Rangi |
| 2020-03-21 | rgbds supports 'X - 1' instead of 'X + -1' | Rangi |
| 2020-03-21 | Miscellaneous fixes from #694 | Rangi |
| 2020-03-15 | Add a `LANDMARK_` prefix to landmark constants | Rangi |
| 2020-03-01 | Change how some PNG graphics are formatted | 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-23 | Replace some "idiotic", "wtf", "stupid interns" comments with more common "us... | Rangi |
| 2020-02-13 | Standardize on lowercase Tilemap and Attrmap | mid-kid |
| 2020-02-13 | Call_LoadTempTileMapToTileMap → SafeLoadTempTileMapToTileMap | mid-kid |
| 2020-02-13 | OWFlash -> FlashFunction | mid-kid |
| 2020-02-13 | InitSpriteAnimStruct <-> _InitSpriteAnimStruct | mid-kid |