18368 Commits

Author SHA1 Message Date
surskitty
070a4f1dfa
Improved hazards logic and Mycelium Might ignores ability checks (#7509) 2025-08-08 09:54:30 +02:00
surskitty
6cb18f2048
Fiddling with CanLowerStat. (#7510) 2025-08-08 09:53:13 +02:00
Pawkkie
6158d21448
Fix GetSwitchinHitsToKO one shot heal calcs (#7502) 2025-08-07 17:27:35 +02:00
surskitty
e778d3cdfe
Improved Guaranteed Flinch logic (fake out et al) (#7501) 2025-08-06 23:39:43 +02:00
Pawkkie
13a8f655b5
Fix Bad Odds not seeing damage properly (#7492) 2025-08-06 17:29:37 +02:00
Alex
fdf0b1c2e2
Adds ghouls Rock Climb git history (#7493) 2025-08-06 17:20:54 +02:00
Pawkkie
3f9359765c
Fix doubles switch AI to use new type matchup system (#7495) 2025-08-06 17:20:03 +02:00
surskitty
e8b6d40f18
AI_FLAG_ATTACKS_PARTNER with a config for bloodthirstiness (#7401) 2025-08-06 10:22:34 -04:00
AlexOn1ine
d3a5ddcb4b remove leftover 2025-08-05 21:14:21 +02:00
AlexOn1ine
0eb715de11 Add rock climb history from ghoul 2025-08-05 20:47:05 +02:00
Alex
acc82e7d79
Convert Status4 to volatiles (#7411)
Co-authored-by: hedara90 <90hedara@gmail.com>
2025-08-05 19:28:33 +02:00
Martin Griffin
1fb895ad48
Bag sorting cleanup (#7489) 2025-08-05 19:27:08 +02:00
Martin Griffin
76b8ffc12e
Fix sorting bag by type (#7488) 2025-08-05 19:24:34 +02:00
Raymond Dodge
7f493948ed
Replace all usages of rl compression with smol (#7458) 2025-08-04 13:48:06 +02:00
pokesidv
4d31693005
Rock climb by ghoulslash (#7432)
Co-authored-by: Evan <eroelke@gmail.com>
Co-authored-by: Jaizu <jaizu85@gmail.com>
Co-authored-by: ghoulslash <41651341+ghoulslash@users.noreply.github.com>
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2025-08-03 14:52:07 +02:00
Alex
3841fee888
Clean up noResultString (#7408) 2025-08-02 15:17:44 +02:00
Alex
ed44da8644
Add a heal animation to Hospitality recovery (#7426) 2025-08-02 11:56:00 +01:00
hedara90
469a0b476a
Update trainer.h usage warning (#7439)
Co-authored-by: Hedara <hedara90@gmail.com>
2025-08-02 11:54:39 +01:00
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
0b44093a8e
Adds AI_FLAG_ASSUMPTIONS as a constant for semi-omniscience (#7435) 2025-08-01 18:11:34 +02:00
surskitty
a16d6e3bfe
Avoid doubling up on status moves in double battles. (#7452) 2025-08-01 18:10:44 +02:00
Martin Griffin
d060d547b6
Mater to upcoming merge 31/07/25 (#7457) 2025-08-01 12:16:59 +01:00
AlexOn1ine
bc73f4654b merge master 31/07/25 2025-08-01 12:18:11 +02:00
PhallenTree
01105171a3
Fixes Magnet Rise when user is Rooted/Smacked Down (#7449) 2025-07-31 19:30:50 +02:00
allcontributors[bot]
48c850c60b
add tustin2121 as a contributor for doc, and code (#7445)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-07-30 18:32:16 -07:00
Alex
060bb8ae18
1.12.2 release (#7441) 2025-07-30 21:15:11 +02:00
Hedara
637f7dff46 Start of 1.12.3 cycle 2025-07-30 20:35:16 +02:00
Hedara
d8059ce3d1 1.12.2 release version 2025-07-30 20:34: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
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
PhallenTree
8bfc5b3093
Fixes Razor Wind not activating after hit effects after the first target (#7413) 2025-07-28 14:21:12 +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
surskitty
7b2fe32050
Make B_VAR_STARTING_STATUS tests run in CI (#7419) 2025-07-28 13:11:04 +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
GriffinR
f85baa5358
Merge pull request #2164 from cawtds/shop-menu-palette
Document shop menu palette
2025-07-26 14:36:03 -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
38964e4f0a
Fixes Wandering Spirit overwriting battlers (#7407) 2025-07-25 13:26:12 -04: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