| Age | Commit message (Expand) | Author |
| 2022-01-10 | Use time constants more often (#867) | Idain |
| 2021-06-19 | Standardize capitalization of ".Jumptable" | Rangi |
| 2021-04-19 | Use rgbds 0.5.0 | Rangi |
| 2021-03-24 | Sync some files with pokegold | Rangi |
| 2021-03-21 | The radio's "Places & People" does not comment on Mysticalman Eusine | Rangi |
| 2021-03-16 | Revise some constant definitions | Rangi |
| 2021-03-04 | Verify data table sizes with table_width and assert_table_length macros | Rangi |
| 2021-01-09 | Rename GetFarHalfword to GetFarWord | 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-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-06 | Update battle anim bg function comments, and identify more unnamed labels | Rangi |
| 2020-10-05 | Identify more unnamed labels | Rangi |
| 2020-10-04 | Identify 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-03 | Prevent OaksPKMNTalk from looping forever if NUM_GRASSMON is changed | mid-kid |
| 2020-07-21 | Define JOHTO_FLYPOINT like KANTO_FLYPOINT | Rangi |
| 2020-07-21 | Define NUM_FLYPOINTS | Rangi |
| 2020-07-01 | Identify more labels, and use the jumptable macro when possible | Rangi |
| 2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi |
| 2020-06-17 | Harmonize engine/{phone, pokedex, pokegear, printer, rtc, tilesets} with poke... | Rangi |
| 2020-04-04 | Miscellaneous fixes: | Rangi |
| 2020-03-15 | Add a `LANDMARK_` prefix to landmark constants | Rangi |
| 2020-02-13 | Standardize on lowercase Tilemap and Attrmap | mid-kid |
| 2020-02-13 | InitSpriteAnimStruct <-> _InitSpriteAnimStruct | mid-kid |
| 2020-02-06 | PnP_HiddenPlaces -> PnP_Places | Rangi |
| 2020-01-19 | PHONE_DISPLAY_HEIGHT is 4, the number of visible phone entries | Rangi |
| 2019-11-18 | Make the map setup commands match the actual function names better | mid-kid |
| 2019-10-20 | #641 fixes and additions. (#646) | mid-kid |
| 2019-06-10 | Apply suggested changes | mid-kid |
| 2019-04-09 | TextBox -> Textbox | mid-kid |
| 2018-11-18 | Resolve issue #575: Rename text commands | Rangi |
| 2018-11-05 | text_jump → text_far | mid-kid |
| 2018-09-09 | Curr -> Cur | Rangi |
| 2018-08-25 | Use labels instead of constants for HRAM | Rangi |
| 2018-08-07 | wWeeklyFlags -> wDailyFlags2 | mid-kid |
| 2018-07-29 | Add meaningful aliases for wd265 | Rangi |
| 2018-07-18 | Fix misnamed character codes | mid-kid |
| 2018-06-25 | Use charmap “ and ” | Rangi |
| 2018-06-25 | Single newline at the end of files | Rangi |
| 2018-06-24 | Fix triple newlines left over from removing address comments | Rangi |
| 2018-06-25 | Remove even more address comments | mid-kid |
| 2018-06-24 | Remove all address comments | mid-kid |
| 2018-06-20 | Merge pull request #526 from atasro2/master | yenatch |
| 2018-06-14 | fixed a typo | MCboy |