| Age | Commit message (Expand) | Author |
| 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-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 | Identify remaining Mystery Gift labels and constants | 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-22 | Identify remaining map object labels | Rangi |
| 2020-10-22 | Identify some more map object labels and constants | Rangi |
| 2020-10-22 | Identify more sprite graphics and map object labels, and have consistent anon... | Rangi |
| 2020-10-06 | Update battle anim bg function comments, and identify more unnamed labels | 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-05 | Identify some more unnamed labels | Rangi |
| 2020-10-04 | Identify some more unnamed labels | Rangi |
| 2020-08-18 | Merge pull request #756 from mid-kid/master | Rangi |
| 2020-08-13 | Consistent constants for radio data table sizes (could still be better) | Rangi |
| 2020-08-05 | Use TRUE for hCGBPalUpdate | mid-kid |
| 2020-07-24 | Use def_* macros for automatic map event counts | 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 | " " → $7f | Rangi |
| 2020-07-17 | return → endcallback, reloadandreturn → reloadend | Rangi |
| 2020-07-13 | Define map setup commands as macros like other script commands | Rangi |
| 2020-07-13 | Disassemble the final English debug ROM | Rangi |
| 2020-07-08 | Eliminate enum: use const instead, with case-by-case parallel const implement... | Rangi |
| 2020-06-22 | Identify some more labels | Rangi |
| 2020-06-21 | Comment more ROM labels as unreferenced | Rangi |
| 2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi |
| 2020-06-17 | Harmonize engine/overworld with pokegold | Rangi |
| 2020-06-17 | Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS... | Rangi |
| 2020-06-16 | ReplaceKrisSprite -> UpdatePlayerSprite | Rangi |
| 2020-06-16 | Harmonize some more symbols with pokegold | Rangi |
| 2020-06-15 | Identify wObjectPriorities | Rangi |
| 2020-06-14 | make DEBUG=1 logs all symbols in the .map and .sym files | 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-17 | More miscellaneous fixes (see #709) | Rangi |
| 2020-04-16 | Fix #709 miscellaneous issues | Rangi |
| 2020-03-15 | Add a `LANDMARK_` prefix to landmark constants | Rangi |
| 2020-02-23 | Replace some "idiotic", "wtf", "stupid interns" comments with more common "us... | Rangi |
| 2020-02-21 | Merge pull request #685 from mid-kid/master | mid-kid |
| 2020-02-13 | Define TileCollisionTable as a standard 'db' series | Rangi |
| 2020-02-13 | Standardize on lowercase Tilemap and Attrmap | mid-kid |
| 2020-02-05 | Merge pull request #650 from pret/audio-macros | Rangi |
| 2020-02-04 | Use CMDQUEUE constants | Rangi |