Linathan
9faa5294ce
Wild Pokémon animate after breaking out of Poké Ball ( #7339 )
2025-08-01 18:14:42 +02:00
Nephrite
73fd567520
Additional effects tweak ( #7392 )
...
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2025-08-01 18:13:23 +02:00
surskitty
a16d6e3bfe
Avoid doubling up on status moves in double battles. ( #7452 )
2025-08-01 18:10:44 +02:00
AlexOn1ine
bc73f4654b
merge master 31/07/25
2025-08-01 12:18:11 +02:00
Josh
0dfec24967
Allow names for voicegroups and use a macro for use with drumsets ( #2149 )
...
mid2agb has been modified to allow more than just numbers when naming voicegroups and voicegroups have been renamed to match. A "voice_group" macro has been set up with a optional parameter for the starting note will shift the offset by the specified amount * 0xC which is the length of 1 voice in a voicegroup. All drumset voicegroups have a "starting_note" of 36.
2025-07-30 19:43:08 +01: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
Martin Griffin
dc1abb72dc
Fix substruct offsets from #7313 ( #7431 )
2025-07-29 13:13:29 +02:00
Nephrite
2eeb346387
Bag refactor3 + Ghoulslash's sorting feature port ( #7330 )
2025-07-29 10:47:32 +02:00
Nephrite
689bf0bcbc
Fixed item swapping bug ( #7428 ) ( #7430 )
2025-07-29 10:28:12 +02:00
Alex
038bd2717d
Pret merge (27th of July, 2025) ( #7422 )
2025-07-28 15:13:23 +02:00
grintoul
1fbee7cce0
fixed-damage-move-ai-calc-fix ( #7385 )
2025-07-28 14:10:34 +02:00
Pawkkie
95e45b5568
Fix Echoing Voice calcs ( #7416 )
2025-07-28 14:10:03 +02:00
Nephrite
7c6cff1fb3
Get/SetMonData optimisation ( #7313 )
2025-07-28 11:42:28 +01: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
b12fcd8c7e
Fix dynamic move types in switching ( #7415 )
2025-07-26 19:59:17 +02:00
Pawkkie
57fda0d060
Improve AI's priority handling ( #7337 )
2025-07-26 18:22:47 +02:00
Eduardo Quezada
cf4bb3e286
Moved some fields to BattlerState/PartyState ( #7409 )
2025-07-25 22:16:35 +02:00
Pawkkie
fa129ba906
Fix hit escape switching hardcode ( #7403 )
2025-07-25 19:28:24 +02:00
Alex
e7cf162180
Fixes various Choice lock issues ( #7383 )
2025-07-25 10:18:30 -04:00
Alex
845838bbc0
Fixes bug for affectionScore in doubles for spread moves ( #7395 )
2025-07-25 09:32:45 -04:00
Alex
e222b725d2
Remove leftover code ( #7397 )
2025-07-25 09:32:20 -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
Pawkkie
c544fee140
Improve AI's Sucker Punch handling ( #7389 )
2025-07-22 20:13:10 +02:00
Alex
8e8813e593
Show chosen move in the battle debug menu ( #7382 )
2025-07-22 12:58:15 -04:00
grintoul
14a7fc58ad
Multibattle Partner AI Flags and 2vs1 battler3 AI Flags fix ( #7378 )
2025-07-20 15:00:55 -04:00
Pawkkie
a92f432daf
Improve AI type matchup calcs ( #7364 )
...
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2025-07-20 12:53:14 +02:00
Pawkkie
cb66393df7
Add missing break ( #7356 )
2025-07-20 11:34:51 +02:00
Pawkkie
249b4d1574
19/07/25 Master merge ( #7375 )
2025-07-19 19:22:48 -04:00
Alex
c6f539c8be
Adds Missing break in ABILITY_TERAFORM_ZERO ( #7377 )
2025-07-19 19:21:10 -04:00
surskitty
1b996fbb8e
AI refactor for weather-setting, terrain-setting, Trick Room behaviors; doubles-focused ( #7319 )
2025-07-19 19:20:07 -04:00
AlexOn1ine
90eef35715
master merge
2025-07-19 17:01:18 +02:00
hedara90
2f6e1ea6d3
Enum conversion for enum MoveEffects and enum BattleMoveEffects ( #7366 )
2025-07-19 10:28:25 +02:00
Pawkkie
e502c078e8
Switch AI can see weather abilities of switchin candidates during damage calcs ( #7373 )
2025-07-19 10:22:24 +02:00
Pawkkie
c61c2bbbc1
Fix AI unusable move scoring freeze ( #7369 )
2025-07-19 09:56:56 +02:00
Alex
71d40cc3f1
Convert various to callnatives ( #7355 )
2025-07-18 19:12:37 +02:00
hedara90
05b1db8cc6
trainerproc copy other trainer party (#7251 )
2025-07-18 15:57:57 +01: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
Pawkkie
65a63fb9f0
Improve AI's ShouldRecover ( #7342 )
2025-07-16 23:30:51 +02:00
Pawkkie
0406caa687
Improve AI's setup logic ( #7345 )
2025-07-16 17:05:08 -04: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
64f9d6a24e
Fix AI resisted move scoring ( #7350 )
2025-07-15 13:13:30 -04: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
Alex
d5c1d3322c
Fixes Status overwrites and Effect Spore wrong func args ( #7340 )
2025-07-15 17:52:44 +02: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