| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Identify `wPikachuSpawnStateFlags` and `wPikachuMapScriptFlags` bits, and ↵ | Yoann Fievez | 2026-06-24 | 1 | -0/+34 |
| | | | | | | | | | `PIKAMOVEMENT_*` constants (#158) - Rename `wd471` to` wPikachuSpawnStateFlags`, with `BIT_PIKACHU_SPAWN_*` bits - Rename `wd492` to `wPikachuMapScriptFlags`, with `BIT_PIKACHU_MAP_*` bits - Introduce `PIKAMOVEMENT_*` constants for `ApplyPikachuMovementData` - Refactor `BillsHouse` scripts and Pikachu/Bill movement data | ||||
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2026-04-15 | 1 | -3/+3 |
| |\ | |||||
| | * | Relabel SFX_SILPH_SCOPE to SFX_TRAINER_APPEARED (#580) | PokefanMarcel | 2026-04-15 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2026-01-17 | 9 | -258/+574 |
| |\| | |||||
| | * | Use map names with `ToggleData*` symbols (#563) | Narishma-gb | 2026-01-17 | 1 | -1/+2 |
| | | | |||||
| | * | Document SFX event bug inside Rocket Hideout B1F (#566) | CreamElDudJafar | 2026-01-17 | 1 | -1/+1 |
| | | | |||||
| | * | Use macros to enforce "missable/hide/show object" constraints, and rename ↵ | Rangi | 2026-01-07 | 3 | -241/+394 |
| | | | | | | | | | them to "toggleable objects" (#557) | ||||
| | * | Specify a max item length for `list_start` (#552) | Rangi | 2025-12-15 | 1 | -6/+8 |
| | | | |||||
| | * | Clarify how the order of map constants matters for the Town Map (#553) | Rangi | 2025-12-15 | 1 | -1/+132 |
| | | | |||||
| | * | Update `StatusScreen`, add `*_STATS_BOX` constants (#546) | Narishma-gb | 2025-12-01 | 1 | -0/+5 |
| | | | |||||
| | * | Define player and rival names once, to be used in two places (#545) | Rangi | 2025-12-01 | 1 | -0/+21 |
| | | | |||||
| | * | Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543) | Narishma-gb | 2025-11-27 | 2 | -2/+4 |
| | | | |||||
| | * | Avoid magic numbers for most `CopyData` calls (#542) | Rangi | 2025-11-25 | 2 | -1/+6 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-11-12 | 2 | -9/+7 |
| |\| | |||||
| | * | Revise some RAM buffer constants | Rangi | 2025-09-26 | 2 | -9/+7 |
| | | | |||||
| * | | Misc. naming and cleanup (#139) | Narishma-gb | 2025-09-10 | 2 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | * Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar` | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-09-06 | 4 | -11/+45 |
| |\| | |||||
| | * | Label and constant cleanup (#528) | Narishma-gb | 2025-09-03 | 1 | -0/+4 |
| | | | | | | | | | | | * Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit | ||||
| | * | Document where badge and elevator floor "items" are used | Rangi42 | 2025-08-28 | 1 | -1/+2 |
| | | | |||||
| | * | Identify `JOYP_SGB_MLT_REQ` constant | Rangi42 | 2025-08-11 | 1 | -0/+3 |
| | | | |||||
| | * | Update hardware.inc to 5.3.0 and use its `JOYP_SGB_*` constants | Rangi42 | 2025-08-11 | 1 | -10/+36 |
| | | | |||||
| | * | Update hardware.inc to 5.2.0 | Rangi42 | 2025-07-22 | 2 | -20/+28 |
| | | | |||||
| * | | Fix .tilemap file extension, fix some typos (#138) | Narishma-gb | 2025-09-06 | 1 | -1/+1 |
| | | | |||||
| * | | Add more labels and constants for Options menu (#133) | thoth-33 | 2025-07-23 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | * Copy more structure from pokecrystal --------- Co-authored-by: Rangi42 <sylvie.oukaour+rangi42@gmail.com> | ||||
| * | | Update hardware.inc to 5.2.0 | Rangi42 | 2025-07-22 | 3 | -44/+28 |
| | | | |||||
| * | | Use hardware.inc constants in places unique to Yellow | Rangi42 | 2025-07-02 | 1 | -4/+0 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-07-02 | 9 | -181/+1086 |
| |\| | |||||
| | * | Check limits for warp, bg, and object events | Rangi42 | 2025-07-02 | 1 | -0/+6 |
| | | | |||||
| | * | Define `MAX_WARP_EVENTS` | Rangi42 | 2025-07-02 | 1 | -0/+3 |
| | | | |||||
| | * | Replace hardware_constants.asm with hardware.inc (#511) | Rangi | 2025-06-30 | 7 | -180/+1074 |
| | | | |||||
| | * | Add a `CANNOT_MOVE` constant (#508) | Rangi | 2025-05-31 | 1 | -0/+2 |
| | | | |||||
| * | | Use more ldpikacry | dannye | 2025-05-25 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-05-10 | 3 | -1/+6 |
| |\| | |||||
| | * | Use constants in `PrintBCDNumber` calls (#503) | Narishma-gb | 2025-04-08 | 1 | -1/+1 |
| | | | |||||
| | * | Use constants for PP masks instead of magic numbers (#504) | edave64 | 2025-04-02 | 1 | -0/+4 |
| | | | |||||
| | * | Use constants for trade text indexes (#501) | Rangi | 2025-03-08 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-01-30 | 2 | -3/+12 |
| |\| | |||||
| | * | Consistently refer to CGB, not GBC (#491) | SatoMew | 2025-01-30 | 1 | -2/+4 |
| | | | |||||
| | * | Correct wTileMapBackup declared space (#487) | Engezerstorung | 2025-01-28 | 1 | -0/+7 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | Rangi42 | 2024-12-25 | 2 | -3/+3 |
| |\| | |||||
| | * | Use "gray", not "grey" | Rangi42 | 2024-12-16 | 1 | -1/+1 |
| | | | | | | | | | This matches the in-game text, e.g. Pewter is "A Stone Gray City" | ||||
| | * | Assert the relations between some move effect constants (#478) | Sylvie | 2024-11-24 | 1 | -2/+2 |
| | | | |||||
| * | | Identify more bit flags (#119) | Sylvie | 2024-09-29 | 1 | -0/+1 |
| | | | | | | | | | | | * Identify more bit flags * Bit serves dual use in debug mode | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-09-25 | 12 | -65/+238 |
| |\| | |||||
| | * | Use `const_skip` | Rangi42 | 2024-09-24 | 1 | -12/+12 |
| | | | |||||
| | * | Identify `wCurrentMapScriptFlags` bits (#467) | Sylvie | 2024-09-24 | 1 | -0/+6 |
| | | | |||||
| | * | Identify hardware register bits (#469) | Sylvie | 2024-09-24 | 1 | -2/+13 |
| | | | |||||
| | * | Identify more flag bits (#464) | Sylvie | 2024-09-23 | 7 | -11/+75 |
| | | | |||||
| | * | Identify various flag labels and bit constants (#454) | Sylvie | 2024-07-16 | 5 | -39/+130 |
| | | | |||||
| * | | Rename event constants for Jessie/James battles | Rangi42 | 2024-07-24 | 1 | -8/+7 |
| | | | |||||
