18772 Commits

Author SHA1 Message Date
moostoet
7fd1404354
Fix Magic Coat reflecting hazard moves incorrectly when used by a partner (#8272) 2025-11-17 18:03:41 +01:00
Bivurnum
13bae5d1b2
Bug Fix: NPC Followers not working on slow sideways stairs (#8257) 2025-11-16 11:15:43 -08:00
Eduardo Quezada
6cf1305178
Yet more tests (#8228)
Co-authored-by: hedara90 <90hedara@gmail.com>
2025-11-16 16:23:38 +01:00
Alex
1deeafc0b8
Fix wrongly renamed logs (#8264) 2025-11-16 14:08:00 +01:00
hedara90
e61cc9e94e
16/11/25 Pret merge (#8262) 2025-11-16 12:48:20 +01:00
AlexOn1ine
ba74c076f6 pret merge 2025-11-16 12:01:13 +01:00
hedara90
f8e7a2db5f
Fix incorrect UBFIX checks (#2206)
Co-authored-by: Hedara <hedara90@gmail.com>
2025-11-16 10:33:16 +00:00
GriffinR
b231424527
Merge pull request #2205 from Mitsunee/standardize-spelling-of-canceler
Standardize spelling of "canceler"
2025-11-15 23:12:55 -05:00
Alex
e445160c92
Adjust Canceler naming to contain only one l (#8258) 2025-11-15 18:44:16 +01:00
FosterProgramming
e472d277d2
Fix light flickering when different types of light sprite are present (#8043) 2025-11-15 15:14:17 +01:00
mitsunee
73ec0813e1
Standardize spelling of "canceler"
just a quick grep -r and regex substitution, but didn't see anything wrong in the diffs during a quick proofread
2025-11-15 12:11:32 +01:00
FosterProgramming
d9d3e51a9c
Fix mirage tower ceiling crumble color (#8081) 2025-11-15 12:03:16 +01:00
FosterProgramming
3f74d30a54
Make tailwind anim mirror based on side (#8249) 2025-11-14 18:25:27 +01:00
FosterProgramming
85568422fd
Add test for mold breaker/ice scales interaction (#8240)
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2025-11-13 22:51:44 +01:00
Alex
82d09571fd
Fixes Shell Trap not activating on contact but no damage (#8243) 2025-11-13 22:51:07 +01:00
Eduardo Quezada
b72c2b244b
Fixed some failing tests with GEN_LATEST = GEN_5 (#8241) 2025-11-13 22:50:21 +01:00
Linathan
8c83a25676
Fixed an issue related to same turn Encore targeting (#8230)
Co-authored-by: LinathanZel <LinathanZel@github.com>
2025-11-13 11:37:17 +01:00
FosterProgramming
db9460c670
Fix wrong palette for types sprites in hgss dex after catching mon (#8153)
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2025-11-13 11:36:26 +01:00
FosterProgramming
d85f97b3f7
Fix mew sprite not appearing correctly (#8235) 2025-11-13 11:23:48 +01:00
allcontributors[bot]
c8cc45fe62
add leo60228 as a contributor for doc, and data (#8238)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-11-12 13:45:36 -08:00
FosterProgramming
eaa768fe79
Fix match call regression (#8227)
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2025-11-12 22:22:57 +01:00
Eduardo Quezada
49838a004e
A couple more tests (#8209)
Co-authored-by: hedara90 <90hedara@gmail.com>
2025-11-12 21:48:27 +01:00
FosterProgramming
7d778af946
Fix wrong ditto sprite on capture (#8226) 2025-11-12 20:00:19 +01:00
Eduardo Quezada
1545e22d0a
Clean usage of gMovesInfo (#8234) 2025-11-12 19:29:45 +01:00
Alex
03b6200af5
Fixes Drain Punch / Parental Bond / Scale Shot interaction (#8198) 2025-11-11 17:41:56 +01:00
Estellar
2e8545ba45
Fix some followers sprites (#8208) 2025-11-11 14:00:12 +01:00
Eduardo Quezada
2dc36a8ba0
Wrote some missing tests (#8203) 2025-11-11 13:52:24 +01:00
Maxime Grouazel
927101a5fc
Added check for parental bond killing through sturdy (#8206)
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2025-11-11 00:10:53 +01:00
PhallenTree
649798449e
Powder Move blocking cleanup (#8194) 2025-11-10 21:01:35 +01:00
allcontributors[bot]
d31e59d96e
add fdeblasio as a contributor for code (#8200)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-11-10 19:02:16 +01:00
hedara90
29fb4f292a
Fixed decompression error reporter OOB window creation (#8199)
Co-authored-by: Hedara <hedara90@gmail.com>
2025-11-10 17:26:08 +01:00
Alex
ecafd762e1
Add include/constants/script_commands.h to gitignore (#8169) 2025-11-10 15:59:44 +01:00
Eduardo Quezada
ffc2c04ea6
Added Soundproof and Bulletproof tests (#8189) 2025-11-10 15:58:42 +01:00
Frank DeBlasio
625f67be33
Fixed Uproar's description and spacing (#8187) 2025-11-10 15:56:40 +01:00
Alex
59d131f599
Fixes wrongly assigned count for Semi Invulnerable state (#8175) 2025-11-10 10:40:47 +01:00
Eduardo Quezada
49b45ec6c3
Fix gcc11 again (#8188) 2025-11-10 10:39:47 +01:00
hedara90
65f241995c
Fix scroll prompt sometimes being off-screen with automatic line breaks (#8182)
Co-authored-by: Hedara <hedara90@gmail.com>
2025-11-10 10:39:06 +01:00
hedara90
459b3cbb2f
Adjust label workflow to only run if PR is approved (#8183)
Co-authored-by: Hedara <hedara90@gmail.com>
2025-11-09 22:21:55 +01:00
FosterProgramming
8eea132406
Fix missing FREE_MATCH_CALL (#8171)
Co-authored-by: Zimmermann Gyula <graiondilach@hotmail.com>
2025-11-09 09:16:19 -08:00
FosterProgramming
3e583f8add
Fix tera tint not applying on activation (#8135) 2025-11-09 18:10:44 +01:00
Alex
6c383fac96
Fixes Magician for spread moves (#8170) 2025-11-09 18:10:11 +01:00
FosterProgramming
43f9a78da5
Fix recharge moves + add recharge move tests (#8181) 2025-11-09 17:46:22 +01:00
FosterProgramming
bdaf4ae3b3
Fix destiny knot behavior and add tests (#8174) 2025-11-09 15:03:43 +01:00
FosterProgramming
c2c0c06a6f
Fix gba sprites trying load non existent female versions (#7996) 2025-11-08 17:22:47 +01:00
ghostyboyy97
0bd9dd6ee8
fix (contrary): Contrary stat down handling in MoveEffectInPlus (#8165)
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2025-11-08 17:21:16 +01:00
allcontributors[bot]
4f655301ef
add cawtds as a contributor for code (#8166)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-11-07 23:27:50 +01:00
PhallenTree
b8dc1968f3
Fixes Receiver not immediately activating copied Soul Heart (#8162) 2025-11-07 19:23:00 +01:00
FosterProgramming
2467584af5
Prevent EXPECT functions from casting negative numbers into unsigned (#7866) 2025-11-07 18:32:15 +01:00
FosterProgramming
504b08dace
Fix transform not loading the correct sprites when facing shiny or unown (#8146) 2025-11-07 16:07:17 +01:00
FosterProgramming
8d692bc96e
Fix wild_encounters script not closing arrays properly (#8123) 2025-11-07 11:46:56 +01:00