| Age | Commit message (Expand) | Author |
| 2020-07-17 | Port dbsprite macro for OAM y,x,tile,attr data from pokecrystal | Rangi |
| 2020-07-17 | Define constants for subanimations' base coords and frame block modes | Rangi |
| 2020-07-17 | JUGGLER_X -> UNUSED_JUGGLER | Rangi |
| 2020-07-17 | Identify remaining tilemap IDs | Rangi |
| 2020-07-17 | SONY -> RIVAL | Rangi |
| 2020-07-17 | Update sprite names | Rangi |
| 2020-07-16 | Define constants for subanimation transform types | Rangi |
| 2020-07-16 | Add constants for move animations' frame blocks | Rangi |
| 2020-07-16 | Use a battle_anim macro for move animations' special effects and subanimations | Rangi |
| 2020-07-16 | Reformat map scripts' coordinate and movement data | Rangi |
| 2020-07-16 | Revise some map scripts, mostly for getting items | Rangi |
| 2020-07-16 | Define constants for default trainer DVs | Rangi |
| 2020-07-16 | Define constants for in-game trades | Rangi |
| 2020-07-15 | Deobfuscate exit warps on indoor maps | TheFakeMateo |
| 2020-07-14 | Clean up some data, using macros for multiline list entries | Rangi |
| 2020-07-09 | Use const_skip and const_next macros for brevity | Rangi |
| 2020-07-09 | Eliminate enum: use const instead, with case-by-case parallel const implement... | Rangi |
| 2020-07-07 | Identify SPRITESTATEDATA2_ORIGFACINGDIRECTION | Rangi |
| 2020-07-07 | Remove c1x*/c2x* comments, use struct offset constants | Rangi |
| 2020-07-07 | Use HIGH() and LOW() | Rangi |
| 2020-07-07 | PSYCHIC -> PSYCHIC_TYPE (PSYCHIC is ambiguous with PSYCHIC_M) | Rangi |
| 2020-07-06 | Use labels for HRAM and VRAM | Rangi |
| 2020-07-06 | Avoid repeating the NUM_TMS value | Rangi |
| 2020-07-06 | add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid repeatin... | Rangi |
| 2020-07-05 | TM/HM constants named after moves | Rangi |
| 2020-07-05 | Logical spacing in data/sgb/sgb_palettes.asm | Rangi |
| 2020-07-05 | Port credits command constants from pokeyellow | Rangi |
| 2020-07-05 | Use constants for damage limits in CalculateDamage | Rangi |
| 2020-07-05 | Update map hide/show data labels | Rangi |
| 2020-07-04 | Port pokecrystal's formatting of text commands and special characters | Rangi |
| 2020-07-04 | UPDATE_PARTY_MENU_BLK_PACKET -> SET_PAL_PARTY_MENU_HP_BARS, and introduce SET... | Rangi |
| 2020-07-04 | Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported b... | Rangi |
| 2020-07-04 | Make suggested changes from review | Rangi |
| 2020-07-03 | Replace raw hex values with HRAM constants | Rangi |
| 2020-07-03 | tilesets.asm -> tileset_constants.asm | Rangi |
| 2020-07-03 | Organize macros/ like pokecrystal | Rangi |
| 2020-07-03 | Make suggested edits: | Rangi |
| 2020-07-03 | Reorganize constants/ | Rangi |
| 2020-07-03 | Add subdirectories to data/ similar to pokecrystal | Rangi |
| 2020-06-27 | Individual images for party menu icon graphics | Rangi |
| 2019-08-17 | Update labels to match new audio macro names | dannye |
| 2019-07-28 | Use generic names for noise instruments | dannye |
| 2019-07-07 | Merge branch 'master' of https://github.com/pret/pokered | Rangi |
| 2019-07-07 | Replace some hard-coded values with constants | Rangi |
| 2019-04-08 | Replace the few instances of Unknown Dungeon with Cerulean Cave | SatoMew |
| 2019-01-01 | Rename map files, labels, and constants to be consistent and work with Polish... | Rangi |
| 2018-07-08 | Document the origin of MissingNo's base stats. | Rangi |
| 2018-06-22 | Updated the intro | Pokeglitch |
| 2018-03-22 | use constants for wEvosMoves size | yenatch |
| 2017-12-30 | Uppercase battle status constants | xCrystal |