Bivurnum
f6a120310e
Bug fix: add handling for forced movements into/after ledge jumps with follower NPCs ( #7055 )
2025-08-04 15:10:20 +02:00
FosterProgramming
c037ba2522
Clear gScanlineEffect to fix timeout in acid downpour animation ( #7442 )
2025-08-04 14:44:58 +02:00
PhallenTree
014f289ea9
Fixes Round and Fusion moves doubling power from previous turn's move ( #7476 )
2025-08-04 12:41:43 +02:00
Alex
cb4450efaf
Fixes Effect Spore and Baneful Bunker/Burning Bulwark ( #7412 )
2025-07-30 19:54:12 +02:00
Hedara
6a96be8181
Changed incorrect comment
2025-07-29 13:38:15 +02:00
Alex
038bd2717d
Pret merge (27th of July, 2025) ( #7422 )
2025-07-28 15:13:23 +02:00
Pawkkie
95e45b5568
Fix Echoing Voice calcs ( #7416 )
2025-07-28 14:10:03 +02:00
Eduardo Quezada
d801556a97
Merge branch '_pret/master' into _RHH/pr/master/pretMerge20250727
2025-07-27 11:59:07 -04:00
cawtds
5da5cb4c8c
document shop menu palette
2025-07-26 20:19:45 +02:00
Pawkkie
fa129ba906
Fix hit escape switching hardcode ( #7403 )
2025-07-25 19:28:24 +02:00
Alex
845838bbc0
Fixes bug for affectionScore in doubles for spread moves ( #7395 )
2025-07-25 09:32:45 -04:00
ghoulslash
219823f9a9
Fix Incompatible Z-Move Activation ( #7399 )
...
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2025-07-25 10:49:15 +02:00
GriffinR
6f8a1bbdb8
Add pack/unpack for data masks ( #2163 )
2025-07-23 09:28:34 +01:00
Alex
c6f539c8be
Adds Missing break in ABILITY_TERAFORM_ZERO ( #7377 )
2025-07-19 19:21:10 -04:00
Pawkkie
c61c2bbbc1
Fix AI unusable move scoring freeze ( #7369 )
2025-07-19 09:56:56 +02:00
ghoulslash
ac69a61cb4
Fix magnet rise ai timer check ( #7361 )
...
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
2025-07-18 16:57:32 +02:00
Alex
705f194d98
Fixes various battler corruption during switch in ability activation ( #7352 )
2025-07-18 12:28:00 +02:00
PhallenTree
19c9aa508d
Fixes shadows and mon animations for Illusioned battlers ( #7347 )
2025-07-16 22:31:06 +02:00
PhallenTree
67d007f4fb
Fixes Grassy Terrain healing when Heal Blocked/Semi-Invulnerable ( #7353 )
2025-07-16 22:29:25 +02:00
Pawkkie
0e37bfd7ff
Fix stat change / stat ID ambiguity ( #7346 )
...
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2025-07-15 12:07:26 -04:00
AlexOn1ine
674d46bb0f
Fixes incorrect recoil damage after a berry was eaten
2025-07-15 15:37:23 +02:00
Alex
73a2e5104e
Bugfixes for Knock Off, Cover, Thief, Ceaseless Edge and Stone Axe ( #7326 )
2025-07-14 21:34:21 +02:00
Pawkkie
939e168c04
Fix AI_DoesChoiceEffectBlockMove typo ( #7335 )
2025-07-13 19:24:14 +02:00
Pawkkie
06c54a2d60
Fix switching 1v1 calcs not handling 0 ( #7131 )
2025-07-13 17:45:59 +02:00
Pawkkie
b55ee2288b
Fix AI seeing switchin abilities wrong in tests ( #7328 )
2025-07-12 21:28:05 +02:00
grintoul
d63f859db6
Multibattles Illusion party boundaries fix ( #7308 )
2025-07-11 09:53:03 +02:00
Pawkkie
c5f788444a
Fix choice AI not seeing Gorilla Tactics ( #7316 )
2025-07-10 22:49:16 +02:00
Pawkkie
e4d9298200
Fix move comparison scoring ( #7301 )
2025-07-10 09:51:46 +02:00
Pawkkie
d213b1fad7
Fix switch AI not seeing absorbing abilities ( #7309 )
2025-07-09 17:21:49 -04:00
ghoulslash
4cb6afdec9
Ally Switch swap gLastX values ( #7290 )
...
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
2025-07-07 19:20:23 +02:00
Raymond Dodge
80b9c23d0a
Fix RL compressed data alignment
...
`RLUnComp`, like `LZ77UnComp`, expects the source data to be word-aligned.
So, to mirror how lz-compressed data is defined as `u32[]` to enforce
word-alignment, this changes rl-compressed data to be defined as `u32[]`
to enforce word-alignment.
2025-07-06 13:49:47 -04:00
Alex
f808201945
Fixes Natural Gift moveend execution ( #7274 )
2025-07-05 15:05:35 -04:00
Alex
5cfab59209
Fix OOB in Cmd_selectfirstvalidtarget ( #7269 )
2025-07-04 12:11:32 -04:00
hedara90
56907bc26e
Merrp merge, 2025-06-25 ( #7217 )
2025-07-04 13:03:09 +02:00
hedara90
beb576f4c5
Set BP of Gyro Ball for attackers with 0 speed to 1 ( #7270 )
...
Co-authored-by: Hedara <hedara90@gmail.com>
2025-07-04 11:11:21 +02:00
ghoulslash
31fc32ada8
Prevent AI Recursion ( #7279 )
...
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
2025-07-03 23:16:40 +02:00
ghoulslash
476e32cad9
Fix redirection abilities triggering on self ( #7276 )
...
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
2025-07-03 19:19:18 +02:00
AlexOn1ine
734a15478c
Clean up for Moveend
2025-07-02 17:25:03 +02:00
Alex
f8fc86275c
Fixes protective pads not protecting from secondary protect effects ( #7229 )
2025-07-01 17:48:57 +02:00
Alex
89b1a45536
Fixes Ice Spinner and Steel Roller ( #7259 )
2025-07-01 15:39:22 +01:00
Alex
5451e40830
Fixes Toxic Thread animation not being played at the right time ( #7247 )
...
Co-authored-by: hedara90 <90hedara@gmail.com>
2025-06-30 21:41:29 +02:00
hedara90
46d4b7c8c9
Bug Fix: Follower NPCs no longer have glitchy bobbing while underwater ( #7232 )
2025-06-30 21:39:51 +02:00
GriffinR
aac44d0f91
Merge pull request #2073 from AsparagusEduardo/_pret/pr/pyramidLocation
...
Improve Pyramid location documentaion
2025-06-30 13:30:14 -04:00
GriffinR
0c7c81e02f
Merge branch 'master' into _pret/pr/pyramidLocation
2025-06-30 11:51:45 -04:00
Juanjo
8973006273
[FIX] Prevent caught Pokémon loss in NPC partner battles ( #7177 )
2025-06-28 10:36:37 +02:00
Alex
a96591dd43
Fixes Scald defrosting target while asleep ( #7233 )
2025-06-28 10:14:55 +02:00
ghoulslash
3dda407bb0
Jaboca berry triggers instead of being stolen by bug bite ( #7237 )
...
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
2025-06-28 08:43:50 +02:00
Bivurnum
9416a783d4
removed unnecessary fnpc underwater update
2025-06-26 16:47:09 -05:00
GriffinR
44c3069895
Add explicit defaults for MAPSEC data
2025-06-26 16:26:59 -04:00
Alex
565cf6f7ff
Adds missing healBlockTimer for Baton Pass ( #7220 )
2025-06-26 15:54:19 +02:00