| Age | Commit message (Expand) | Author |
| 2020-11-09 | Replace $0 with 0 for "ld l, a / ld h, 0" idiom | Rangi |
| 2020-11-01 | Identify some more labels, and make some more consistent | Rangi |
| 2020-10-26 | Comment, remove, or revise many unreferenced labels | Rangi |
| 2020-08-27 | Fix some constants surrounding sprite animations | mid-kid |
| 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/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS... | 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-03-21 | rgbds supports 'X - 1' instead of 'X + -1' | Rangi |
| 2020-02-28 | Identify remaining gfx/unknown files | Rangi |
| 2020-02-13 | Standardize on lowercase Tilemap and Attrmap | mid-kid |
| 2020-02-13 | InitSpriteAnimStruct <-> _InitSpriteAnimStruct | mid-kid |
| 2018-08-25 | Remove HRAM label address comments | Rangi |
| 2018-08-25 | Use labels instead of constants for HRAM | Rangi |
| 2018-07-29 | Add meaningful aliases for wd265 | Rangi |
| 2018-06-24 | Remove all address comments | mid-kid |
| 2018-04-01 | Fix file permissions | mid-kid |
| 2018-02-03 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi |
| 2018-02-02 | use "x + -1" not "x +- 1" | Rangi |
| 2018-01-24 | Remove Special_ prefix from special routines (close #478) | Rangi |
| 2018-01-23 | Prefix wram labels with w, part 2. | luckytyphlosion |
| 2018-01-22 | wUnlockedUnowns engine flag constants | Rangi |
| 2018-01-20 | PARTY_LENGTH; MON_NAME; sgb_border.bin | Remy Oukaour |
| 2018-01-19 | Japanese characters in Japanese text (e.g. "ォ" not "," for $f4) | Remy Oukaour |
| 2018-01-19 | More Japanese characters | Remy Oukaour |
| 2018-01-18 | Use Japanese charmap definitions in strings | Remy Oukaour |
| 2018-01-14 | Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ... | Remy Oukaour |
| 2018-01-02 | Move EZChat Pokémon order to data/ | Remy Oukaour |
| 2018-01-02 | 1-based EZ Chat cursor data indexes | Remy Oukaour |
| 2018-01-02 | Document more sprite anim data | Remy Oukaour |
| 2018-01-02 | Finish consistent Special function names | xCrystal |
| 2018-01-02 | Clean up XXX comments for unused content | xCrystal |
| 2018-01-01 | Rename Pals labels in WRAM bank 5 | xCrystal |
| 2017-12-28 | endm -> ENDM | xCrystal |
| 2017-12-28 | Lowercase v for VRAM addresses | xCrystal |
| 2017-12-28 | Uppercase MACRO and EQU(S) according to the style guide | xCrystal |
| 2017-12-25 | Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`... | Remy Oukaour |
| 2017-12-24 | callba/callab → farcall/callfar | Remy Oukaour |
| 2017-12-21 | Use NAME_LENGTH_JAPANESE more | Remy Oukaour |
| 2017-12-15 | Move some misc/ files into meaningful directories | Remy Oukaour |