| Age | Commit message (Expand) | Author |
| 2018-02-02 | spriteface → objectface, consistent with the other script commands | Rangi |
| 2018-02-02 | Remove checkmorn/checkday/checknite macros | Rangi |
| 2018-02-02 | Script commands don't have underscores | Rangi |
| 2018-02-01 | Missed some SCENE constants | Rangi |
| 2018-02-01 | Align map event coordinate columns | Rangi |
| 2018-02-01 | warp_event x, y, map, warp_id | Rangi |
| 2018-02-01 | SCENE_DEFAULT=0 and SCENE_FINISHED=1 (generic constants for a common scene pa... | Rangi |
| 2018-02-01 | Meaningful scene constant names | Rangi |
| 2018-01-31 | MobileTradeRoom matches MobileBattleRoom | Rangi |
| 2018-01-31 | Add scene ID constants (TODO: meaningful names) | Rangi |
| 2018-01-31 | NPC trade constants don't all just start with TRADE_ | Rangi |
| 2018-01-31 | const_def N | Rangi |
| 2018-01-31 | Forgot the person→object rename | Rangi |
| 2018-01-31 | Comment the person constants sections, like the others | Rangi |
| 2018-01-30 | SPRITEMOVEDATA_LAPRAS → SPRITEMOVEDATA_SWIM_WANDER | Rangi |
| 2018-01-30 | Clarify big doll-related constants (Snorlax and Lapras are symmetrical, Onix ... | Rangi |
| 2018-01-30 | SPRITEMOVEDATA_ITEM_TREE → SPRITEMOVEDATA_STILL (it's used for other things... | Rangi |
| 2018-01-30 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi |
| 2018-01-30 | Comment values of special pointers, same as predefs | Rangi |
| 2018-01-30 | Remove unreferenced map script heading labels | Rangi |
| 2018-01-28 | grep -rl warp_def . | xargs sed -i s/warp_def/warp_event/g | Rangi |
| 2018-01-24 | data/text/X_text.asm is redundant | Rangi |
| 2018-01-24 | Remove Special_ prefix from special routines (close #478) | Rangi |
| 2018-01-24 | Rename some routines to avoid conflicts when removing "Special_" prefixes | Rangi |
| 2018-01-24 | EVENT_TEMPORARY_UNTIL_MAP_RELOAD_[1-8] (close issue #481) | Rangi |
| 2018-01-23 | Completing labels for Route 35. | surskitty |
| 2018-01-23 | Renaming the UnknownScript for reloading the map after battle. | surskitty |
| 2018-01-23 | Labelling some more UnknownScripts. These files remain incomplete. | surskitty |
| 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 | Missed a file | Rangi |
| 2018-01-23 | "Speech" houses just have dialog NPCs | Rangi |
| 2018-01-23 | Rename some more maps | Rangi |
| 2018-01-23 | EcruteakHouse → EcruteakTinTowerEntrance | Rangi |
| 2018-01-23 | Daisy offers "grooming", not "massage" | Rangi |
| 2018-01-23 | Merge branch 'master' of github.com:pret/pokecrystal | surskitty |
| 2018-01-22 | KrissHouse → PlayersHouse | Rangi |
| 2018-01-22 | Don't say "House" twice | Rangi |
| 2018-01-22 | Add data/text/ | Rangi |
| 2018-01-22 | Add daily+weekly bit flags (close issue #429) | Rangi |
| 2018-01-22 | wStatusFlags/2 bit constants | Rangi |
| 2018-01-22 | More engine flag constants | Rangi |
| 2018-01-22 | wUnlockedUnowns engine flag constants | Rangi |
| 2018-01-20 | PARTY_LENGTH; MON_NAME; sgb_border.bin | Remy Oukaour |
| 2018-01-20 | Rename BATTLETOWER_NROF constants | Remy Oukaour |
| 2018-01-19 | Japanese characters in Japanese text (e.g. "ォ" not "," for $f4) | Remy Oukaour |
| 2018-01-19 | More Unicode | Remy Oukaour |
| 2018-01-18 | Use Japanese charmap definitions in strings | Remy Oukaour |
| 2018-01-18 | More charmap and home/text.asm documentation for JP chars | Remy Oukaour |