| Age | Commit message (Expand) | Author |
| 2020-08-27 | Fix some constants surrounding sprite animations | mid-kid |
| 2020-08-05 | Use TRUE for hCGBPalUpdate | mid-kid |
| 2020-08-03 | Label some mobile battle screen functions | mid-kid |
| 2020-08-03 | Better label 2D menu data | mid-kid |
| 2020-07-23 | Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINs | Rangi |
| 2020-07-17 | Port pokered's more local system for trade animation scripts | Rangi |
| 2020-07-13 | Disassemble the final English debug ROM | 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-21 | Remove some more raw addresses | Rangi |
| 2020-06-17 | Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS... | 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-07 | Remove a \ from the end of a comment line | Rangi |
| 2020-05-29 | Rename ScrollingMenu_UpdateDisplay.string_2485f (#726) | Lhivorde |
| 2020-05-26 | Add label for wd431 and remove misleading comment (it's not strictly mobile) | Fredrik Ljungdahl |
| 2020-05-18 | Update some routine labels, including unreferenced ones | Rangi |
| 2020-05-05 | Miscellaneous fixes | Rangi |
| 2020-04-17 | More miscellaneous fixes (see #709) | Rangi |
| 2020-04-04 | `dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr` | Rangi |
| 2020-04-04 | Upgrade to rgbds 0.4.0 | Rangi |
| 2020-03-31 | Assorted labels in mobile related code (#702) | Andrew Cook |
| 2020-03-21 | rgbds supports 'X - 1' instead of 'X + -1' | Rangi |
| 2020-03-01 | Change how some PNG graphics are formatted | Rangi |
| 2020-02-28 | 'and BANK' -> 'aka BANK' | Rangi |
| 2020-02-28 | Identify remaining gfx/unknown files | 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 | InitSpriteAnimStruct <-> _InitSpriteAnimStruct | mid-kid |
| 2020-01-04 | Merge pull request #660 from mid-kid/master | Rangi |
| 2019-11-23 | Fix miscellaneous points made in #658 | Rangi |
| 2019-11-23 | Keep mobile SECTION declarations in main.asm, and name them "mobileXX" like "... | Rangi |
| 2019-11-19 | Remove old charmap sections | mid-kid |
| 2019-11-18 | Fixed a charmap warning with the new RGBDS | Colton G. Rushton |
| 2019-11-18 | Fix some mobile-related things | mid-kid |
| 2019-11-18 | Fix some constants around wLinkMode | mid-kid |
| 2019-11-03 | GFX_17eb7e -> PokemonNewsTileAttrmap | Rangi |
| 2019-11-03 | Rename buttonsound to promptbutton | Rangi |
| 2019-10-21 | More mobile SDK documentation | mid-kid |
| 2019-10-21 | Label some more WRAM/SRAM things | mid-kid |
| 2019-10-21 | Fix some mobile script and map sign things | mid-kid |
| 2019-10-21 | Document the location of the mobile adapter colors | mid-kid |
| 2019-10-21 | Add s5_a800 labels | 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-10-20 | #641 fixes and additions. (#646) | mid-kid |
| 2019-08-11 | Store a mobile tilemap+tilemap in its own files | Rangi |