390 Commits

Author SHA1 Message Date
Narishma-gb e89ead154b Add some constants, minor cleanup (#166) 2026-09-02 11:23:57 -04:00
Rangi 2f25a18de3 Merge remote-tracking branch 'pokered/master' 2026-08-27 18:30:18 -04:00
Alieneer a1a22aaf84 Use constants for wIsInBattle values (#600) 2026-08-27 18:15:47 -04:00
Vortyne ea49f472bf Add constants for trainer macro struct fields (#598)
---------

Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2026-08-08 17:12:11 -04:00
Narishma-gb bd1b695bc2 Identify and refactor Pikachu PCM cry code and data (#162) 2026-07-18 15:54:48 -04:00
Yoann Fievez d150f7f4f4 Identify wPikachuSpawnStateFlags and wPikachuMapScriptFlags bits, and 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
2026-06-24 14:43:48 -04:00
PokefanMarcel ee16bd72ee Relocate and use MAP_TILESET_SIZE (#586) 2026-06-08 11:50:47 -04:00
dannye bfa7170107 Merge branch 'master' of https://github.com/pret/pokered 2026-04-15 12:05:52 -05:00
PokefanMarcel 3c814341c8 Relabel SFX_SILPH_SCOPE to SFX_TRAINER_APPEARED (#580) 2026-04-15 12:02:35 -05:00
dannye bc2354dd66 Merge branch 'master' of https://github.com/pret/pokered 2026-01-17 22:38:33 -06:00
Narishma-gb 70f654bda7 Use map names with ToggleData* symbols (#563) 2026-01-17 16:42:34 -05:00
CreamElDudJafar 4c7ce81527 Document SFX event bug inside Rocket Hideout B1F (#566) 2026-01-17 16:41:04 -05:00
Rangi fe1e76466b Use macros to enforce "missable/hide/show object" constraints, and rename them to "toggleable objects" (#557) 2026-01-07 22:05:20 -05:00
Rangi d79c578abd Specify a max item length for list_start (#552) 2025-12-15 15:16:40 -05:00
Rangi e1948fe4b3 Clarify how the order of map constants matters for the Town Map (#553) 2025-12-15 15:02:37 -05:00
Narishma-gb 8bb03542bd Update StatusScreen, add *_STATS_BOX constants (#546) 2025-12-01 13:46:28 -06:00
Rangi 9a6bb3ed0c Define player and rival names once, to be used in two places (#545) 2025-12-01 11:00:56 -05:00
Narishma-gb 3a4382c605 Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543) 2025-11-27 13:39:25 -05:00
Rangi e92d1af478 Avoid magic numbers for most CopyData calls (#542) 2025-11-25 16:53:29 -06:00
dannye 324ae167d1 Merge branch 'master' of https://github.com/pret/pokered 2025-11-12 17:56:10 -06:00
Rangi 628797baff Revise some RAM buffer constants 2025-09-26 16:55:23 -04:00
Narishma-gb d237b01cfb Misc. naming and cleanup (#139)
* Name some printer/diploma routines

* Name `wd434`

* Name `NAME_LENGTH_JP`

* Rename `callabd`/`calladb` to `farcall`/`callfar`
2025-09-10 00:31:11 -04:00
dannye 377749ca4e Merge branch 'master' of https://github.com/pret/pokered 2025-09-06 16:54:17 -05:00
Narishma-gb d18d7089c7 Fix .tilemap file extension, fix some typos (#138) 2025-09-06 16:50:51 -04:00
Narishma-gb 4d2594cb24 Label and constant cleanup (#528)
* Label cleanup, add some constants instead of raw numbers

* Rename load/save game functions to be more explicit
2025-09-03 11:56:09 -04:00
Rangi42 d98b5e6f02 Document where badge and elevator floor "items" are used 2025-08-28 19:22:16 -04:00
Rangi42 1eb6f61d62 Identify JOYP_SGB_MLT_REQ constant 2025-08-11 16:35:07 -04:00
Rangi42 bdbc8cbd48 Update hardware.inc to 5.3.0 and use its JOYP_SGB_* constants 2025-08-11 15:43:27 -04:00
thoth-33 6e9c7198a1 Add more labels and constants for Options menu (#133)
* Copy more structure from pokecrystal

---------

Co-authored-by: Rangi42 <sylvie.oukaour+rangi42@gmail.com>
2025-07-23 17:43:31 -04:00
Rangi42 cb7194dbe0 Update hardware.inc to 5.2.0 2025-07-22 09:16:49 -04:00
Rangi42 fd86bcaa06 Update hardware.inc to 5.2.0 2025-07-22 09:04:52 -04:00
Rangi42 5a142e3fee Use hardware.inc constants in places unique to Yellow 2025-07-02 23:39:15 -04:00
dannye ca019eac8f Merge branch 'master' of https://github.com/pret/pokered 2025-07-02 21:15:13 -05:00
Rangi42 3f4b3ee96f Check limits for warp, bg, and object events 2025-07-02 18:32:31 -04:00
Rangi42 aa85c0046d Define MAX_WARP_EVENTS 2025-07-02 17:25:03 -04:00
Rangi 56c405de09 Replace hardware_constants.asm with hardware.inc (#511) 2025-06-30 12:47:22 -04:00
Rangi b4bae4a5d5 Add a CANNOT_MOVE constant (#508) 2025-05-31 15:08:23 -04:00
dannye 4500fe4296 Use more ldpikacry 2025-05-25 19:46:44 -05:00
dannye 2c74f137fc Merge branch 'master' of https://github.com/pret/pokered 2025-05-10 12:25:27 -05:00
Narishma-gb 0ecc36c83a Use constants in PrintBCDNumber calls (#503) 2025-04-08 22:17:32 -05:00
edave64 e1b7b8af0a Use constants for PP masks instead of magic numbers (#504) 2025-04-02 10:49:15 -04:00
Rangi 147914d179 Use constants for trade text indexes (#501) 2025-03-08 11:16:42 -05:00
dannye 6cb885a9f6 Merge branch 'master' of https://github.com/pret/pokered 2025-01-30 21:40:19 -06:00
SatoMew 79518a602e Consistently refer to CGB, not GBC (#491) 2025-01-30 17:13:40 -05:00
Engezerstorung 96fc617c69 Correct wTileMapBackup declared space (#487) 2025-01-28 12:08:12 -05:00
Rangi42 47b784a4fb Merge branch 'master' of https://github.com/pret/pokered 2024-12-25 16:53:04 -05:00
Rangi42 ff76bba507 Use "gray", not "grey"
This matches the in-game text, e.g. Pewter is "A Stone Gray City"
2024-12-16 10:29:59 -05:00
Sylvie f801d67f8e Assert the relations between some move effect constants (#478) 2024-11-24 19:13:11 -05:00
Sylvie 7d9858fec4 Identify more bit flags (#119)
* Identify more bit flags

* Bit serves dual use in debug mode
2024-09-29 10:24:35 -05:00
dannye a02a98ee7a Merge branch 'master' of https://github.com/pret/pokered 2024-09-25 00:45:00 -05:00