| Age | Commit message (Expand) | Author |
| 2020-11-08 | Rename "dummy game" to "memory game" | Rangi |
| 2020-11-03 | More syncing with pokegold | 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 | Identify wSpriteAnimDict key constants | Rangi |
| 2020-10-30 | Identify mobile Name Card exchange labels | Rangi |
| 2020-10-29 | Updates to more closely sync with pokegold | 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-27 | Create data/collision/ for tile collision-related data | Rangi |
| 2020-10-26 | Comment, remove, or revise many unreferenced labels | Rangi |
| 2020-10-23 | Identify some more link.asm labels (syncing to pokegold) | Rangi |
| 2020-10-22 | Identify some more map object labels and constants | Rangi |
| 2020-10-22 | Identify some more labels (a few link-related) | Rangi |
| 2020-10-06 | Identify battle bg effects functions and constants (#773) | 7Soul |
| 2020-10-04 | Identify anim object constants (#772) | 7Soul |
| 2020-10-03 | Identify battle animation functions (#771) | 7Soul |
| 2020-08-27 | GS_INTRO_STAR/SPARKLE -> GS_GAMEFREAK_LOGO_STAR/SPARKLE | mid-kid |
| 2020-08-13 | Consistent constants for radio data table sizes (could still be better) | Rangi |
| 2020-07-22 | Move EngineFlags and SpecialsPointers into data/engine/ | Rangi |
| 2020-07-22 | Revert "Factor out tables into data/overworld/" | Rangi |
| 2020-07-22 | Factor out tables into data/overworld/ | Rangi |
| 2020-07-22 | Treat map setup commands like trade script commands | Rangi |
| 2020-07-21 | Define NUM_FLYPOINTS | Rangi |
| 2020-07-17 | SPRITE_GYM_GUY -> SPRITE_GYM_GUIDE | Rangi |
| 2020-07-13 | Define map setup commands as macros like other script commands | Rangi |
| 2020-07-08 | Eliminate enum: use const instead, with case-by-case parallel const implement... | Rangi |
| 2020-07-06 | add_tm, add_hm, and add_mt define TM##_MOVE, HM##_MOVE, and MT##_MOVE constan... | Rangi |
| 2020-07-02 | Use STRCMP, not ==, to compare multi-character strings | 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-20 | Identify some more Unknown labels | Rangi |
| 2020-06-16 | ReplaceKrisSprite -> UpdatePlayerSprite | 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-13 | Label some mobile addresses, and revise some comments | Rangi |
| 2020-06-10 | Resolve #723: treat std scripts like specials and predefs | Rangi |
| 2020-05-25 | Group MoveDescriptions with PrintMoveDesc and rename that to PrintMoveDescrip... | Rangi |
| 2020-05-07 | Clean up some percentage values | Rangi |
| 2020-05-06 | Use a FIRST_UNOWN_CHAR constant for the Unown font | Rangi |
| 2020-05-05 | Miscellaneous fixes | Rangi |
| 2020-04-30 | Miscellaneous updates | Rangi |
| 2020-04-04 | `dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr` | Rangi |
| 2020-03-31 | Assorted labels in mobile related code (#702) | Andrew Cook |
| 2020-03-21 | Add suffixes to some constants to avoid ambiguity | 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 |