| Commit message (Expand) | Author | Files | Lines |
| 2026-03-30 | Don't pass redundant label names to `nybble_array` and `bit_array` | Rangi | 1 | -13/+3 |
| 2025-12-15 | Specify a max item length for `list_start` (#552) | Rangi | 1 | -4/+14 |
| 2025-12-15 | Comment more unreferenced local labels (#550) | Narishma-gb | 1 | -1/+1 |
| 2025-12-01 | Correct comment | Rangi | 1 | -1/+1 |
| 2025-12-01 | Comment that `farcall` and `callfar` are interchangable | Rangi | 1 | -0/+7 |
| 2025-11-27 | Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543) | Narishma-gb | 1 | -2/+0 |
| 2025-11-23 | Use `ld_hli_a_string` macro to make byte-by-byte strings more obvious (#540) | Rangi | 1 | -0/+8 |
| 2025-11-12 | Use features of RGBDS 1.0.0 (#537) | Rangi | 10 | -84/+80 |
| 2025-09-10 | Misc. naming and cleanup (#139) | Narishma-gb | 1 | -2/+2 |
| 2025-08-17 | Use `dname` macro to automatically pad names with `"@"` characters (#525) | Rangi | 1 | -0/+12 |
| 2025-08-13 | Say how many bytes the assertion macros expected vs got | Rangi42 | 1 | -14/+20 |
| 2025-08-03 | Try to catch missing commas in `tmhm` learnsets | Rangi42 | 1 | -0/+1 |
| 2025-07-22 | Update hardware.inc to 5.2.0 | Rangi42 | 1 | -3/+3 |
| 2025-07-02 | Use hardware.inc constants in places unique to Yellow | Rangi42 | 1 | -3/+3 |
| 2025-07-02 | Check limits for warp, bg, and object events | Rangi42 | 1 | -2/+6 |
| 2025-07-02 | Define `MAX_WARP_EVENTS` | Rangi42 | 1 | -0/+2 |
| 2025-06-30 | Replace hardware_constants.asm with hardware.inc (#511) | Rangi | 3 | -12/+12 |
| 2025-06-11 | Simplify `li` macro | Rangi42 | 1 | -1/+1 |
| 2025-05-10 | Use features new to RGBDS 0.9.2 (#506) | Rangi | 1 | -1/+1 |
| 2025-02-27 | Avoid using `EQUS` when `EQU` or `MACRO` will do (#496) | Rangi | 3 | -21/+76 |
| 2025-01-30 | Fix some label typos, and add some constants instead of raw numbers (#492) | Narishma-gb | 1 | -2/+2 |
| 2024-12-27 | Don't pass redundant label names to `table_width` and `list_start` (#125) | Rangi | 1 | -12/+23 |
| 2024-12-27 | Don't pass redundant label names to `table_width` and `list_start` (#484) | Rangi | 1 | -12/+23 |
| 2024-12-16 | Let CheckEitherEventSet reuse A like CheckBothEventsSet | Rangi42 | 1 | -1/+5 |
| 2024-12-16 | Use "gray", not "grey" | Rangi42 | 1 | -1/+1 |
| 2024-05-05 | Use constant in wram for hidden item flags (#445) | Vortyne | 1 | -0/+6 |
| 2023-11-22 | Convert a couple ds 2 to dw | vulcandth | 1 | -2/+2 |
| 2023-11-20 | Add `bigdw` and `dc` data macros | Rangi42 | 1 | -0/+11 |
| 2023-10-11 | Use map object consts in data/maps/hide_show_data.asm (#432) | dannye | 1 | -0/+5 |
| 2023-07-13 | Add macros, constants, and labels for map scripts and text (#367) | vulcandth | 2 | -1/+28 |
| 2022-09-11 | Rename `macros/wram.asm` to `macros/ram.asm` (#388) | vulcandth | 1 | -0/+0 |
| 2022-08-11 | Use the same music headers as pokecrystal (#382) | Rangi | 1 | -29/+26 |
| 2022-06-06 | RGBDS syntax updates (#86) | vulcandth | 15 | -501/+501 |
| 2022-06-06 | RGBDS syntax updates (#358) | vulcandth | 14 | -476/+476 |
| 2022-03-26 | Build the Virtual Console patch with `make yellow_vc` (#80) | vulcandth | 1 | -0/+27 |
| 2022-03-26 | Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351) | vulcandth | 1 | -0/+39 |
| 2021-11-23 | Use compound assignment operators | Rangi | 5 | -20/+20 |
| 2021-11-06 | Use `dn` for wave instrument samples, like pokecrystal | Rangi | 1 | -9/+18 |
| 2021-10-05 | `warp_event` warp IDs start at 1, like in pokegold/pokecrystal | Rangi | 1 | -2/+2 |
| 2021-10-05 | `warp_event` warp IDs start at 1, like in pokegold/pokecrystal | Rangi | 1 | -2/+2 |
| 2021-09-26 | Unify map event gen1 gen2 (#335) | Yoann Fievez | 1 | -29/+29 |
| 2021-05-31 | More WRAM label cleanup (still needs UNIONs and renaming) | Rangi | 1 | -0/+11 |
| 2021-05-31 | Improve some RAM formatting | Rangi | 2 | -42/+49 |
| 2021-05-31 | Improve some RAM formatting | Rangi | 2 | -26/+33 |
| 2021-05-30 | Eliminate unnecessary data macros | Rangi | 1 | -8/+0 |
| 2021-05-23 | Use macros for bit arrays | Rangi | 1 | -0/+35 |
| 2021-05-23 | Fix end_nybble_array | Rangi | 1 | -1/+1 |
| 2021-05-23 | Fix end_nybble_array | Rangi | 1 | -1/+1 |
| 2021-05-23 | Use macros for packed arrays of nybbles | Rangi | 1 | -0/+35 |
| 2021-04-18 | Use pokecrystal's sine_table macro | Rangi | 1 | -4/+4 |