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