3659 Commits

Author SHA1 Message Date
Narishma-gb e89ead154b Add some constants, minor cleanup (#166) 2026-09-02 11:23:57 -04:00
Alieneer e9feb04b65 Add FightDebugMenu labels and battle class constants (#165) 2026-09-01 22:24:12 -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
Rangi 0cd19d3b87 Sync the make_patch tool with poketcg 2026-08-13 17:31:28 -04:00
Vortyne 2ab2421410 Comment inaccessible sign text in Fuchsia City (#599) 2026-08-10 13:30:25 -04:00
PokefanMarcel 87f9f48e0d Comment inaccessible warps (#591) 2026-08-10 11:53:40 -04:00
PokefanMarcel e6ba56989b Label Surfing Pikachu minigame frames (#164) 2026-08-10 11:49:44 -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 079d1cc92f Fix some text formatting, constants, unreferenced local labels (#596) 2026-08-06 16:48:33 -04:00
Rangi cf621a76d4 Update RGBDS to 1.0.3 (although 1.0.0 still works) 2026-08-01 13:24:54 -04:00
Rangi 405b624637 Use NULL instead of malloc(0) 2026-07-20 21:34:01 -04:00
Rangi 0a0851546f Update RGBDS to 1.0.2 (although 1.0.0 still works) 2026-07-20 20:47:03 -04:00
Rangi 118a7098f6 Update RGBDS to 1.0.2 (although 1.0.0 still works) 2026-07-20 20:46:52 -04:00
Rangi dac6606b18 Clarify install instructions to use WSL over Cygwin if possible 2026-07-20 17:19:56 -04:00
Rangi 173e89d2d5 Clarify install instructions to use WSL over Cygwin if possible 2026-07-20 17:19:36 -04:00
PokefanMarcel 51cb4a12df Labels and constants for Surfing Pikachu minigame (#163) 2026-07-20 15:26:33 -04:00
Narishma-gb bd1b695bc2 Identify and refactor Pikachu PCM cry code and data (#162) 2026-07-18 15:54:48 -04:00
CreamElDudJafar e61391020b Comment all trade locations (#161) 2026-07-02 10:11:53 -04:00
CreamElDudJafar 1e96034092 Comment all trade locations (#594) 2026-07-02 10:11:50 -04:00
Rangi 81e18a8a01 Update CI dependencies 2026-07-01 22:57:25 -04:00
Rangi 34273488b1 Update CI dependencies 2026-07-01 22:56:41 -04:00
Rangi a78c527d5b Make the connection macro more convenient and foolproof (#593) 2026-06-28 18:21:19 -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
CreamElDudJafar eced08a912 Comment all trainers in data/trainers/ai_pointers.asm (#590) 2026-06-21 10:50:01 -04:00
PokefanMarcel 7caf2e09c7 Use OAM constants and decimal coordinates in surfing_pikachu_oam.asm (#157) 2026-06-21 09:08:33 -04:00
CreamElDudJafar 9d4384f490 Use SOUND_MASK constant in TradeAnimCommon (#159) 2026-06-20 13:14:45 -04:00
Rangi 2fd654a1b4 Comment some more union sizes 2026-06-20 06:52:48 -04:00
Rangi 6b30b50156 Store garbage data as visible PNG files, built as 2bpp 2026-06-15 17:47:48 -04:00
Yoann Fievez 320b7c780a Rename wd49b to wPikachuEmotionModifier (#156)
This variable serves as an override for Pikachu's emotion following specific events like refusing a Thunder Stone. It is automatically cleared when its mood normalizes.
2026-06-14 17:01:53 -04:00
Rangi d70d99ffbd Fix some issues with C tools, and build them with -std=c17 (#587) 2026-06-12 12:02:53 -04:00
Rangi 05e39ed292 Tools accept - as a placeholder filename for stdin or stdout 2026-06-08 12:58:43 -04:00
PokefanMarcel ee16bd72ee Relocate and use MAP_TILESET_SIZE (#586) 2026-06-08 11:50:47 -04:00
RainbowMetalPigeon 3d30055194 Document UpdatePikachuHappinessAndMood routine (#155) 2026-06-07 09:29:15 -04:00
Rangi dee349ecd7 Fix tools/make_patch.c to be endian-independent 2026-06-07 01:42:27 -04:00
PokefanMarcel dbfa875b34 Use MOVE_PP constant (#585) 2026-06-05 18:33:30 -04:00
Narishma-gb c3c71909c9 Fix comments in IsNextTileShoreOrWater (#152) 2026-05-24 09:56:30 -05:00
Engezerstorung 2463685fe3 Replace magic hex numbers in AnimationSubstitute destination addresses (#581) 2026-05-24 09:47:30 -05:00
Vortyne 5e6a9433ec Update elevator.asm (#582)
change comment, it *does* in fact have a visual effect in some cases
2026-05-24 09:42:13 -05:00
PokefanMarcel e69d98af67 Use SPRITE_FACING_* constants in spinners.asm (#584) 2026-05-24 09:40:19 -05:00
RazFerroo 256e85e27b Fix small typo in one_hit_ko.asm (#583) 2026-05-24 09:35:48 -05: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
PokefanMarcel 9441f1aafe Change text label _SilphCo8FSilphWorkerMSilphIsFinishedText (#578) 2026-04-09 15:55:34 -04:00
kagnusdev e82e0ead50 Make DebugSetPokedexEntries automatically adapt to NUM_POKEMON changes (#576) 2026-04-06 14:55:39 -04:00
Rangi 812a7d17d7 Don't pass redundant label names to nybble_array and bit_array 2026-03-30 17:42:50 -04:00
SnorlaxMonster fbcf7d0e19 Repair Iwata Asks URL (#568)
Co-authored-by: SnorlaxMonster <snorlaxmonster@users.noreply.github.com>
2026-01-24 09:00:02 -06:00
dannye bc2354dd66 Merge branch 'master' of https://github.com/pret/pokered 2026-01-17 22:38:33 -06:00
Engezerstorung c4f02f18de Use macros for WildMonEncounterSlotChances (#562) 2026-01-17 16:42:57 -05:00
Narishma-gb 70f654bda7 Use map names with ToggleData* symbols (#563) 2026-01-17 16:42:34 -05:00