| Commit message (Expand) | Author | Files | Lines |
| 6 days | SL0P menu: add SAVER screensaver (autopilot EXPLORE) | Ash Ketchum | 1 | -1/+5 |
| 7 days | explore: pivot to noclip free-roam camera | Ash Ketchum | 1 | -1/+1 |
| 7 days | fix(nowild): use wUnusedFlag (0xCC5B) instead of wc5d8 for the toggle | Ash Ketchum | 1 | -1/+1 |
| 7 days | menu: add NOWILD toggle + REPEL (and repurpose wc5d8 as the flag) | Ash Ketchum | 1 | -1/+1 |
| 2026-06-24 | Identify `wPikachuSpawnStateFlags` and `wPikachuMapScriptFlags` bits, and `PI... | Yoann Fievez | 1 | -2/+2 |
| 2026-06-14 | Rename wd49b to wPikachuEmotionModifier (#156) | Yoann Fievez | 1 | -1/+1 |
| 2026-01-07 | Use macros to enforce "hidden object" constraints, and rename them to "hidden... | Rangi | 2 | -7/+7 |
| 2026-01-07 | Use macros to enforce "missable/hide/show object" constraints, and rename the... | Rangi | 2 | -9/+9 |
| 2025-11-27 | Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543) | Narishma-gb | 1 | -2/+5 |
| 2025-11-25 | Avoid magic numbers for most `CopyData` calls (#542) | Rangi | 2 | -6/+10 |
| 2025-11-18 | Use more hardware and graphics constants (#532) | Narishma-gb | 1 | -3/+3 |
| 2025-09-26 | Revise some RAM buffer constants | Rangi | 1 | -5/+7 |
| 2025-09-10 | Misc. naming and cleanup (#139) | Narishma-gb | 1 | -1/+1 |
| 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 | -6/+6 |
| 2025-07-02 | Define `MAX_WARP_EVENTS` | Rangi42 | 1 | -2/+2 |
| 2025-06-30 | Use combined hardware constants | Rangi42 | 2 | -5/+5 |
| 2025-06-30 | Replace hardware_constants.asm with hardware.inc (#511) | Rangi | 2 | -5/+5 |
| 2025-01-30 | Consistently refer to CGB, not GBC (#491) | SatoMew | 1 | -1/+2 |
| 2025-01-28 | Comment on size of union | Rangi42 | 1 | -0/+1 |
| 2025-01-28 | Correct wTileMapBackup declared space (#487) | Engezerstorung | 1 | -2/+13 |
| 2024-10-07 | Consistently format WRAM values (#476) | Sylvie | 1 | -3/+6 |
| 2024-09-29 | Rename off-by-one wram labels | dannye | 1 | -6/+6 |
| 2024-09-25 | This byte is written to, but not used (#471) | Vortyne | 1 | -1/+1 |
| 2024-09-24 | Identify `wCurrentMapScriptFlags` bits (#467) | Sylvie | 1 | -1/+4 |
| 2024-09-23 | Identify more flag bits (#464) | Sylvie | 1 | -0/+1 |
| 2024-09-18 | Identify remaining uses of `wd0b5` and `wd11e` (#463) | Sylvie | 1 | -11/+16 |
| 2024-09-18 | Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462) | Sylvie | 2 | -1/+2 |
| 2024-08-04 | Fix comment about auto text box drawing (#458) | Vortyne | 1 | -1/+1 |
| 2024-08-04 | Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457) | Sylvie | 1 | -1/+4 |
| 2024-07-24 | Identify wcd6d as wNameBuffer and others (#455) | Sylvie | 1 | -4/+16 |
| 2024-07-16 | Identify various flag labels and bit constants (#454) | Sylvie | 1 | -124/+16 |
| 2024-06-15 | Identify some unused WRAM variables (#453) | Sylvie | 1 | -20/+16 |
| 2024-05-05 | Use constant in wram for hidden item flags (#445) | Vortyne | 1 | -2/+2 |
| 2024-01-03 | Update to RGBDS 0.7.0 (#447) | Rangi | 4 | -0/+8 |
| 2023-11-22 | Convert a couple ds 2 to dw | vulcandth | 2 | -2/+2 |
| 2023-11-22 | Delete a couple EOL whitespace. | vulcandth | 1 | -1/+1 |
| 2023-11-21 | Get rid of wEvosMoves, MAX_EVOLUTIONS, and EVOLUTION_SIZE | Rangi42 | 1 | -4/+0 |
| 2023-11-20 | Identify `wSavedCoordIndex` and its other usages | Rangi42 | 1 | -5/+8 |
| 2023-11-20 | Identify the unnamed HRAM variables and one WRAM label (#438) | Vortyne | 2 | -9/+6 |
| 2023-11-17 | Add constants for wMapConnections bits and group map header wram labels | Linus Unnebäck | 1 | -8/+7 |
| 2023-09-20 | Fix wPlayerHPBarColor type (#429) | Linus Unnebäck | 1 | -2/+2 |
| 2023-07-16 | Add sound bits documentation for wOptions (#110) | Linus Unnebäck | 1 | -1/+6 |
| 2023-07-15 | Thoroughly document debug code (#410) | SatoMew | 1 | -14/+5 |
| 2023-05-10 | Make wCurrentBoxNum a byte instead of word (#414) | Linus Unnebäck | 1 | -1/+3 |
| 2022-09-24 | Add constants and table macros for the map sprite sets (#392) | Rangi | 1 | -2/+2 |
| 2022-07-09 | wOAMBuffer -> wShadowOAM (#95) | Colton G. Rushton | 1 | -4/+4 |
| 2022-07-09 | wOAMBuffer -> wShadowOAM (#370) | Colton G. Rushton | 1 | -4/+4 |
| 2022-06-17 | Add a subdirectory for RAM files | Rangi | 4 | -0/+3097 |
| 2022-06-17 | Add a subdirectory for RAM files | Rangi | 4 | -0/+2817 |