| Age | Commit message (Expand) | Author |
| 2018-11-22 | Identified another user of wBattleAnimTemp | mid-kid |
| 2018-11-21 | Define ANIM_GFX for PLAYER and ENEMY | mid-kid |
| 2018-09-09 | Use 0/1/2/3 for palettes, and rgbds opt feature for battle transition graphic | Rangi |
| 2018-08-25 | These are signed offsets, not addresses (thanks, PikalaxALT) | Rangi |
| 2018-08-25 | Remove HRAM label address comments | Rangi |
| 2018-08-25 | hLabel - $ff00 -> LOW(hLabel) | Rangi |
| 2018-08-25 | Use labels instead of constants for HRAM | Rangi |
| 2018-07-18 | Fix anim_ret_command | mid-kid |
| 2018-06-25 | No space between labels and bodies | 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-24 | Remove all address comments | mid-kid |
| 2018-06-12 | Note which labels are only needed for locating banks (relevant to issue #485) | Rangi |
| 2018-04-05 | Fix some uses of EFFECTIVE | mid-kid |
| 2018-04-04 | Fix snake_case filenames | mid-kid |
| 2018-04-01 | Fix file permissions | mid-kid |
| 2018-02-03 | Macro factors out sine code, just like sine data, since it's used 5 times | Rangi |
| 2018-02-03 | Keep documentation in sync with new WRAM labels | Rangi |
| 2018-02-03 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi |
| 2018-02-02 | use "x + -1" not "x +- 1" | Rangi |
| 2018-02-02 | sine_wave macro parameterizes table size, not frequency ("amplitude" was an i... | Rangi |
| 2018-01-30 | wSpritesEnd -> wVirtualOAMEnd. | luckytyphlosion |
| 2018-01-30 | Fix wVirtualOAM labels, part 2. | luckytyphlosion |
| 2018-01-30 | Fix wVirtualOAM labels, part 1. | luckytyphlosion |
| 2018-01-25 | More battle data in data/battle/ | Rangi |
| 2018-01-23 | Prefix wram labels with w, part 2. | luckytyphlosion |
| 2018-01-23 | Prefix wram labels with w, part 1. | luckytyphlosion |
| 2018-01-16 | "CryHeader" → "Cry"; "Cry" → "MonCry" | Remy Oukaour |
| 2018-01-16 | Avoid "+- 1" at every maskbits | Remy Oukaour |
| 2018-01-16 | Remove Predef_ prefix from routines listed in PredefPointers | Remy Oukaour |
| 2018-01-14 | Merge branch 'dev' of https://github.com/TheMostCuriousThing/pokecrystal (res... | Remy Oukaour |
| 2018-01-14 | Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ... | Remy Oukaour |
| 2018-01-14 | GFX tile sizes in decimal | Remy Oukaour |
| 2018-01-12 | Label more ANIM_OBJ_* constants | Remy Oukaour |
| 2018-01-11 | Use maskbits some more | Remy Oukaour |
| 2018-01-10 | Resolve #461 | Remy Oukaour |
| 2018-01-09 | Consistent sine wave code formatting | Remy Oukaour |
| 2018-01-08 | Simplify comments per Rangi's rec. | Adelaide Walter |
| 2018-01-04 | Document switches to BANK(sScratch) via xor a | Adelaide Walter |
| 2018-01-03 | Use BANK for hardcoded WRAM banks (except where bankswitches appear unnecessa... | Adelaide Walter |
| 2018-01-02 | Use BANK for all hardcoded banks with BANK in comments. | Adelaide Walter |
| 2018-01-02 | More unreferenced labels and unused text | xCrystal |
| 2018-01-02 | Consistent predef function names | xCrystal |
| 2018-01-01 | Rename Pals labels in WRAM bank 5 | xCrystal |
| 2018-01-01 | Use more palette(s) constants | xCrystal |
| 2017-12-29 | Consistently name unknown fields in macros/wram as Fieldxx | xCrystal |
| 2017-12-29 | Clean up .Jumptable: spaces | xCrystal |
| 2017-12-28 | endm -> ENDM | xCrystal |
| 2017-12-28 | Lowercase v for VRAM addresses | xCrystal |
| 2017-12-26 | Battle animation data is like sprite animation data | Remy Oukaour |