| Commit message (Expand) | Author | Age |
| * | fix(menu): push ROM bank before CloseTextDisplay (was corrupting collision) | Ash Ketchum | 2026-07-15 |
| * | menu: HMS - give all five HMs (Cut/Fly/Surf/Strength/Flash) | Ash Ketchum | 2026-07-15 |
| * | menu: TEACH - give the whole party an OP coverage moveset | Ash Ketchum | 2026-07-15 |
| * | menu: COINS cheat + expand ITEMS with evolution stones (12 items) | Ash Ketchum | 2026-07-15 |
| * | menu: add NOWILD toggle + REPEL (and repurpose wc5d8 as the flag) | Ash Ketchum | 2026-07-15 |
| * | menu: cheat suite - MONEY, BADGES, DEX, MAXTEAM + ITEMS submenu | Ash Ketchum | 2026-07-15 |
| * | menu: SL0P MENU scaffolding with WARP as a submenu | Ash Ketchum | 2026-07-15 |
| * | intro: real 2bpp graphic splash (POKeMON SL0P EDITION) | Ash Ketchum | 2026-07-15 |
| * | intro: brief POKeMON SL0P EDITION splash on the fastboot path | Ash Ketchum | 2026-07-15 |
| * | warp: center the menu box and add a SECRET SL0P WARP MENU banner | Ash Ketchum | 2026-07-15 |
| * | warp: polish menu (clear bg + hide sprites), 13 destinations, kill the bird | Ash Ketchum | 2026-07-15 |
| * | warp: full quick-warp menu (B2) | Ash Ketchum | 2026-07-15 |
| * | warp: SELECT opens quick-warp (B1) + relocate intro-skip to PlayIntro | Ash Ketchum | 2026-07-15 |
| * | fastboot: skip intro/title/menu and autoload save if one exists | Ash Ketchum | 2026-07-15 |
| * | Identify `wPikachuSpawnStateFlags` and `wPikachuMapScriptFlags` bits, and `PI... | Yoann Fievez | 2026-06-24 |
| * | Use `SOUND_MASK` constant in `TradeAnimCommon` (#159) | CreamElDudJafar | 2026-06-20 |
| * | Rename wd49b to wPikachuEmotionModifier (#156) | Yoann Fievez | 2026-06-14 |
| * | Document `UpdatePikachuHappinessAndMood` routine (#155) | RainbowMetalPigeon | 2026-06-07 |
| * | Fix comments in `IsNextTileShoreOrWater` (#152) | Narishma-gb | 2026-05-24 |
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2026-04-15 |
| |\ |
|
| | * | Relabel SFX_SILPH_SCOPE to SFX_TRAINER_APPEARED (#580) | PokefanMarcel | 2026-04-15 |
| | * | Make `DebugSetPokedexEntries` automatically adapt to `NUM_POKEMON` changes (#... | kagnusdev | 2026-04-06 |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2026-01-17 |
| |\| |
|
| | * | Replace hard-coded numbers with constants in haze.asm (#564) | DrNyk | 2026-01-17 |
| | * | Align move grammar with pokecrystal (#565) | SnorlaxMonster | 2026-01-17 |
| | * | Use macros to enforce "hidden object" constraints, and rename them to "hidden... | Rangi | 2026-01-07 |
| | * | Use macros to enforce "missable/hide/show object" constraints, and rename the... | Rangi | 2026-01-07 |
| | * | Replace magic number `$7` with `SLP_MASK` constant (#555) | Jordan Moore | 2025-12-26 |
| | * | Specify a max item length for `list_start` (#552) | Rangi | 2025-12-15 |
| | * | Comment more unreferenced local labels (#550) | Narishma-gb | 2025-12-15 |
| | * | Update `StatusScreen`, add `*_STATS_BOX` constants (#546) | Narishma-gb | 2025-12-01 |
| | * | Define player and rival names once, to be used in two places (#545) | Rangi | 2025-12-01 |
| | * | Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543) | Narishma-gb | 2025-11-27 |
| | * | Avoid magic numbers for most `CopyData` calls (#542) | Rangi | 2025-11-25 |
| | * | Use `ld_hli_a_string` macro to make byte-by-byte strings more obvious (#540) | Rangi | 2025-11-23 |
| | * | Use more hardware and graphics constants (#532) | Narishma-gb | 2025-11-18 |
| * | | Identify characters in `_OakSpeechText2B` and `Printer_GetMonStats.IDNo` (#144) | abcboy101 | 2025-12-30 |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-11-12 |
| |\| |
|
| | * | Use features of RGBDS 1.0.0 (#537) | Rangi | 2025-11-12 |
| | * | Consistently use `ld [hli]`/`ld [hld]`, not `ldi`/`ldd` | Rangi | 2025-10-05 |
| | * | Revise some RAM buffer constants | Rangi | 2025-09-26 |
| | * | Use RAMG_SRAM_ENABLE (#530) | PokefanMarcel | 2025-09-07 |
| * | | Misc. naming and cleanup (#139) | Narishma-gb | 2025-09-10 |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-09-06 |
| |\| |
|
| | * | Update comment for clarity (#529) | Vortyne | 2025-09-03 |
| | * | Label and constant cleanup (#528) | Narishma-gb | 2025-09-03 |
| | * | Document a bug in `PrintBenchGuyText` (#523) | Narishma-gb | 2025-08-17 |
| | * | Use `dname` macro to automatically pad names with `"@"` characters (#525) | Rangi | 2025-08-17 |
| | * | Use `<STAT>_UP1_EFFECT` constants (#522) | PokefanMarcel | 2025-08-16 |
| | * | Identify `JOYP_SGB_MLT_REQ` constant | Rangi42 | 2025-08-11 |