| Age | Commit message (Expand) | Author |
| 2018-07-28 | anim_ret_command is an index in a table after all | mid-kid |
| 2018-07-18 | Clean up TX_ commands | mid-kid |
| 2018-07-18 | Fix anim_ret_command | mid-kid |
| 2018-07-08 | Remove extra parentheses | 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-04 | Use structure constants for channel_struct | mid-kid |
| 2018-05-23 | Start improving sprite movement engine (to do: identify bit flags) | Rangi |
| 2018-05-11 | Merge pull request #512 from pret/warnings | yenatch |
| 2018-05-06 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi |
| 2018-05-06 | fix lb/ln and "left shift of negative value" warning | yenatch |
| 2018-05-06 | 'rept' is not indented | Rangi |
| 2018-05-06 | Fix rest of the givepokeitem/checkpokeitem references | mid-kid |
| 2018-05-05 | fix-various-little-things | mid-kid |
| 2018-04-04 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi |
| 2018-04-04 | Merge pull request #505 from mid-kid/battlecommands | yenatch |
| 2018-04-04 | Rename some battle commands | mid-kid |
| 2018-04-04 | Label BattleCommand_BeatUpFailText | mid-kid |
| 2018-04-04 | Label bidefailtext | mid-kid |
| 2018-04-01 | Fix file permissions | mid-kid |
| 2018-03-19 | Relabel some map-related WRAM | Rangi |
| 2018-02-25 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi |
| 2018-02-25 | Default macro parameters use recursion; avoids repeating internal structure | Rangi |
| 2018-02-25 | * loadmenuheader -> loadmenu (ead103d) | Rangi |
| 2018-02-22 | Pkmn -> Mon | mid-kid |
| 2018-02-03 | Macro factors out sine code, just like sine data, since it's used 5 times | Rangi |
| 2018-02-03 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi |
| 2018-02-03 | map → map_id; map_def → map; map_data → map_attributes | Rangi |
| 2018-02-03 | Use fixed-point DIV function for a generalized sine_wave table macro | Rangi |
| 2018-02-03 | can't achieve this with rgbds 0.3.5 | 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-02-02 | oops | Rangi |
| 2018-02-02 | Legacy support macros | Rangi |
| 2018-02-02 | spriteface → objectface, consistent with the other script commands | Rangi |
| 2018-02-02 | Remove checkmorn/checkday/checknite macros | Rangi |
| 2018-02-02 | Similar formatting for similar WRAM areas | Rangi |
| 2018-02-02 | Script commands don't have underscores | Rangi |
| 2018-02-01 | warp_event x, y, map, warp_id | Rangi |
| 2018-02-01 | More comments and macros | Rangi |
| 2018-01-31 | enum_start like const_def | Rangi |
| 2018-01-31 | const_def N | Rangi |
| 2018-01-28 | grep -rl warp_def . | xargs sed -i s/warp_def/warp_event/g | 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-23 | MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #... | Rangi |
| 2018-01-23 | trainers put the class and id first: `trainer YOUNGSTER, JOEY1, ...` | Rangi |
| 2018-01-23 | hiddenitem, like itemball and object_event, puts the item first and the event... | Rangi |
| 2018-01-23 | Struct macros should have their main label outside the macro | Rangi |
| 2018-01-22 | PALETTE_SIZE | Rangi |