| Age | Commit message (Expand) | Author |
| 2020-08-21 | wBattleScriptFlags is one byte | Rangi |
| 2020-08-05 | Document wTitleScreenSelectedOption variable | mid-kid |
| 2020-07-13 | Disassemble the final English debug ROM | Rangi |
| 2020-07-10 | Use const_skip and const_next macros for brevity | Rangi |
| 2020-07-08 | Eliminate enum: use const instead, with case-by-case parallel const implement... | Rangi |
| 2020-07-04 | SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULT | 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 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi |
| 2020-06-20 | Remove RAM address comments | Rangi |
| 2020-06-15 | Identify wObjectPriorities | Rangi |
| 2020-06-14 | wWildMonPP is 4 bytes, not one byte. | Caverns4 |
| 2020-06-13 | Label some mobile addresses, and revise some comments | Rangi |
| 2020-06-07 | wPhoneList, like wItems et al, has a terminating 0 (see PokegearPhone_DeleteP... | Rangi |
| 2020-05-26 | Add label for wd431 and remove misleading comment (it's not strictly mobile) | Fredrik Ljungdahl |
| 2020-05-17 | Miscellaneous cleanup noted in #709 | Rangi |
| 2020-04-23 | Miscellaneous updates and corrections | Rangi |
| 2020-04-17 | More miscellaneous fixes (see #709) | Rangi |
| 2020-03-21 | Remove some redundant comments superseded by labels (see #693) | 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 | Identify four padding bytes in base data as beta front/back pic pointers | Rangi |
| 2020-01-06 | Merge branch 'master' into audio-macros | dannye |
| 2019-11-18 | Fix some mobile-related things | mid-kid |
| 2019-10-21 | More mobile SDK documentation | mid-kid |
| 2019-10-21 | Label some more WRAM/SRAM things | mid-kid |
| 2019-10-21 | Document mobile SDK error packets | mid-kid |
| 2019-10-21 | Add more error message translations | mid-kid |
| 2019-10-21 | Document some mobile-related things, discovered thanks to Dan Docs and the ef... | mid-kid |
| 2019-09-02 | Update audio macros and arguments | dannye |
| 2019-06-09 | Create constants for ScrollingMenu item formats | mid-kid |
| 2019-05-11 | Some more GB Printer documentation | Rangi |
| 2019-04-19 | Identify a few more WRAM label uses | Rangi |
| 2019-04-19 | Identify some more WRAM labels | Rangi |
| 2019-04-13 | Merge pull request #623 from mid-kid/patch-1 | Rangi |
| 2019-04-12 | Create some battle tower SRAM labels | mid-kid |
| 2019-04-09 | TextBox -> Textbox | mid-kid |
| 2019-04-08 | Identify and eliminate wEngineBuffer1-5 | Rangi |
| 2019-03-18 | Fix wram labeling for wPCItems | Fredrik Ljungdahl |
| 2019-02-16 | Fix issues in review | mid-kid |
| 2019-02-15 | wNumActiveBattleAnims → wLastAnimObjectIndex | mid-kid |
| 2019-02-15 | Anotate more of the battle anim subsystem | mid-kid |
| 2019-02-09 | Merge pull request #598 from mid-kid/temp | Rangi |
| 2019-02-08 | Clarify outer union's size | Rangi |
| 2019-02-08 | Separate the 200-byte c608-to-c6d0 union and the 280-byte c6d0-to-c7e8 union | Rangi |
| 2019-02-06 | BATTLEANIMSTRUCT_0B -> BATTLEANIMSTRUCT_PARAM | mid-kid |
| 2019-01-30 | wc7e8 -> wUnusedC7E8 (similar to wUnusedD102) | Rangi |
| 2019-01-30 | Explain the c608 union size | Rangi |
| 2019-01-30 | Remove the nested UNION within battle WRAM | Rangi |
| 2019-01-24 | Merge pull request #593 from mid-kid/temp | Rangi |