| Commit message (Expand) | Author | Files | Lines |
| 2026-01-17 | Document SFX event bug inside Rocket Hideout B1F (#566) | CreamElDudJafar | 1 | -1/+1 |
| 2026-01-07 | Use macros to enforce "missable/hide/show object" constraints, and rename the... | Rangi | 3 | -241/+394 |
| 2025-12-15 | Specify a max item length for `list_start` (#552) | Rangi | 1 | -6/+8 |
| 2025-12-15 | Clarify how the order of map constants matters for the Town Map (#553) | Rangi | 1 | -1/+132 |
| 2025-12-01 | Update `StatusScreen`, add `*_STATS_BOX` constants (#546) | Narishma-gb | 1 | -0/+5 |
| 2025-12-01 | Define player and rival names once, to be used in two places (#545) | Rangi | 1 | -0/+21 |
| 2025-11-27 | Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543) | Narishma-gb | 2 | -2/+4 |
| 2025-11-25 | Avoid magic numbers for most `CopyData` calls (#542) | Rangi | 2 | -1/+6 |
| 2025-09-26 | Revise some RAM buffer constants | Rangi | 2 | -9/+7 |
| 2025-09-03 | Label and constant cleanup (#528) | Narishma-gb | 1 | -0/+4 |
| 2025-08-28 | Document where badge and elevator floor "items" are used | Rangi42 | 1 | -1/+2 |
| 2025-08-11 | Identify `JOYP_SGB_MLT_REQ` constant | Rangi42 | 1 | -0/+3 |
| 2025-08-11 | Update hardware.inc to 5.3.0 and use its `JOYP_SGB_*` constants | Rangi42 | 1 | -10/+36 |
| 2025-07-22 | Update hardware.inc to 5.2.0 | Rangi42 | 2 | -20/+28 |
| 2025-07-02 | Check limits for warp, bg, and object events | Rangi42 | 1 | -0/+6 |
| 2025-07-02 | Define `MAX_WARP_EVENTS` | Rangi42 | 1 | -0/+3 |
| 2025-06-30 | Replace hardware_constants.asm with hardware.inc (#511) | Rangi | 7 | -180/+1074 |
| 2025-05-31 | Add a `CANNOT_MOVE` constant (#508) | Rangi | 1 | -0/+2 |
| 2025-04-08 | Use constants in `PrintBCDNumber` calls (#503) | Narishma-gb | 1 | -1/+1 |
| 2025-04-02 | Use constants for PP masks instead of magic numbers (#504) | edave64 | 1 | -0/+4 |
| 2025-03-08 | Use constants for trade text indexes (#501) | Rangi | 1 | -0/+1 |
| 2025-01-30 | Consistently refer to CGB, not GBC (#491) | SatoMew | 1 | -2/+4 |
| 2025-01-28 | Correct wTileMapBackup declared space (#487) | Engezerstorung | 1 | -0/+7 |
| 2024-12-16 | Use "gray", not "grey" | Rangi42 | 1 | -1/+1 |
| 2024-11-24 | Assert the relations between some move effect constants (#478) | Sylvie | 1 | -2/+2 |
| 2024-09-24 | Use `const_skip` | Rangi42 | 1 | -12/+12 |
| 2024-09-24 | Identify `wCurrentMapScriptFlags` bits (#467) | Sylvie | 1 | -0/+6 |
| 2024-09-24 | Identify hardware register bits (#469) | Sylvie | 1 | -2/+13 |
| 2024-09-23 | Identify more flag bits (#464) | Sylvie | 7 | -11/+75 |
| 2024-07-16 | Identify various flag labels and bit constants (#454) | Sylvie | 5 | -39/+130 |
| 2024-05-05 | Use constant in wram for hidden item flags (#445) | Vortyne | 1 | -0/+3 |
| 2024-01-03 | Update to RGBDS 0.7.0 (#447) | Rangi | 1 | -13/+0 |
| 2023-12-18 | Clean up item comments (#443) | SatoMew | 1 | -2/+2 |
| 2023-11-21 | Get rid of wEvosMoves, MAX_EVOLUTIONS, and EVOLUTION_SIZE | Rangi42 | 1 | -3/+0 |
| 2023-11-21 | Rename two unused items as `ITEM_XX` like pokecrystal | Rangi42 | 1 | -4/+4 |
| 2023-11-21 | Use some more constants in place of raw numbers | Rangi42 | 1 | -2/+7 |
| 2023-11-21 | Rename `EV_*` constants to `EVOLVE_*` like pokecrystal (#407) | SatoMew | 1 | -3/+3 |
| 2023-11-21 | Use MEGA_PUNCH constant in explosion animation routine (#434) | BlueZangoose | 1 | -0/+8 |
| 2023-11-17 | Move charmap.asm to constants/ | vulcandth | 1 | -0/+386 |
| 2023-11-17 | Add constants for wMapConnections bits and group map header wram labels | Linus Unnebäck | 1 | -0/+7 |
| 2023-07-15 | Thoroughly document debug code (#410) | SatoMew | 2 | -1/+4 |
| 2023-07-13 | Add macros, constants, and labels for map scripts and text (#367) | vulcandth | 1 | -2/+2 |
| 2023-03-25 | Name some unnamed animation constants (#396) | Vortyne | 1 | -7/+7 |
| 2022-09-25 | Change names of move subanimations to be meaningful (#389) | BlueZangoose | 1 | -86/+89 |
| 2022-09-24 | Use a SPRITE_SET_LENGTH constant | Rangi | 1 | -0/+3 |
| 2022-09-24 | Add constants and table macros for the map sprite sets (#392) | Rangi | 1 | -0/+38 |
| 2022-09-15 | Distinguish Elite 4 "meta" constants from event constants | Rangi | 1 | -2/+4 |
| 2022-09-11 | Add `UNUSED_TYPE`/`UNUSED_TYPE_END` constants | Rangi | 1 | -0/+2 |
| 2022-09-11 | Comment about UndergroundPathNorthSouth.blk size | Rangi | 1 | -1/+1 |
| 2022-09-11 | Copy pokecrystal's `map_const` macro | Rangi | 1 | -251/+251 |