17045 Commits

Author SHA1 Message Date
Bassoonian
440c2eb893
06.03.25 master to upcoming merge (#6388) 2025-03-06 18:45:39 +01:00
AlexOn1ine
ba3ebc70d5 Merge remote-tracking branch 'rhh/master' into 06-03-25-Merge 2025-03-06 18:08:55 +01:00
wiz1989
e0c7b63095
"no additional effect" text for status Z moves without effects (#6368) 2025-03-06 12:47:03 +01:00
Eduardo Quezada
3eae7a0c96
Gen 1's Special base stat (#6330) 2025-03-06 11:09:53 +01:00
kittenchilly
f747deb6ca
Fix Melmetal's weight (#6382) 2025-03-05 17:58:35 +01:00
Dana Yatsuta
ce99d6e75c
Fix roamers having 0 hp on repeat encounters (#6366) 2025-03-05 13:44:11 +01:00
Rachel
c7ac1a19df
Refactor teachable learnset helper (#6378) 2025-03-04 20:10:00 +01:00
Pawkkie
3398d75fe8
Improve AI's handling of player's Encore (#6305)
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2025-03-04 14:26:07 +01:00
Alex
aac4bb1f15
Reorder Dancer activation (#6379) 2025-03-04 14:22:20 +01:00
PhallenTree
fe4046a900
Fix tests 2025-03-04 11:34:07 +00:00
PhallenTree
0cce4bad8c
Speeds were already correct 2025-03-04 11:21:14 +00:00
PhallenTree
5a8fbeeb47
Other Dancer tests cleanup 2025-03-04 11:13:45 +00:00
PhallenTree
e750dca08a
Reorder Dancer activation 2025-03-04 11:02:33 +00:00
Alex
abea5c0486
Fix Red Card overwriting gBattlerAttacker (#6376) 2025-03-03 23:18:55 +01:00
ghoulslash
26c73dca32 move red card dancer tests to dancer.c 2025-03-03 17:01:15 -05:00
ghoulslash
d44eff4e0c fix red card overwriting gBattlerAttacker causing subsequent MOVEEND cases checking attacker not to trigger properly 2025-03-03 14:56:08 -05:00
lwelyk
d9c767049f
Update README.md for contest src link (#6375) 2025-03-03 20:48:02 +01:00
Alex
69e845aee8
Fixed Ivy Cudgel types with type changes (#6369) 2025-03-03 16:49:33 +01:00
Hedara
6b9cc08372 Add Raging Bull fix 2025-03-03 16:20:18 +01:00
Hedara
7665324be0 Removed hard-coded types 2025-03-03 10:00:53 +01:00
Alex
8041f6978b
Small Code clean up in GetBattlerAbility (removes duplication) (#6362) 2025-03-03 09:00:27 +01:00
Alex
7a3acdf7fe
Change ability to abilityNum in CreateTrainerMon (#6370) 2025-03-03 08:58:37 +01:00
Hedara
682b7874b2 Missed an Ivy Cudgel 2025-03-02 22:11:23 +01:00
Hedara
3da228e998 Fixed Ivy Cudgel types with type changes 2025-03-02 22:00:51 +01:00
Ruby
ec8344c2ad
Fixed a missing ) in trainers.party comment block. (#6367) 2025-03-02 15:00:57 +01:00
Alex
17ff3e1391
Fixed Zacian/Zamazenta learning Iron head while already knowing (#6365) 2025-03-02 12:26:02 +01:00
Hedara
1331931a42 Fixed Zacian/Zamazenta learning Iron head while already knowing it in Crowned form 2025-03-02 10:42:12 +01:00
surskitty
fb28206f21
Configuration to scale Critical Capture odds based on local Pokedex or estimated National Pokedex (#6250) 2025-02-27 15:16:16 -08:00
surskitty
5bd50e1e71
Fixing grammar of Berry Tree strings (#6355) 2025-02-27 18:21:09 +01:00
Pawkkie
da95f81fc4
Update AI_TryTo2HKO comment (#6349) 2025-02-27 18:01:03 +01:00
Eduardo Quezada
2b3589b44f
Moved Pokémon Jump types to gSpeciesInfo (#5602) 2025-02-27 07:46:14 -08:00
psf
037d2aeaa6
Start 1.12 cycle (#6354) 2025-02-27 07:10:21 -08:00
Hedara
8df457452a Start of 1.12 cycle 2025-02-27 14:34:58 +01:00
psf
b673762ca7
Upcoming to master merge 1.11.0 (#6353)
minor changes
2025-02-27 05:33:20 -08:00
Hedara
55bf368866 Merge branch 'upcoming' into upcoming-to-master-merge 2025-02-27 13:11:16 +01:00
ghoulslash
aea0800f00
1.11.0 Release (#6352) 2025-02-27 07:01:14 -05:00
ghoulslash
d67897901e
1.10.3 Release (#6351) 2025-02-27 07:00:17 -05:00
hedara90
002e674497
Update docs/changelogs/1.11.x/1.11.0.md 2025-02-27 10:27:14 +01:00
Hedara
4f6733f45d 1.11.0 Release 2025-02-27 10:07:50 +01:00
Hedara
dfff36f643 1.10.3 Release 2025-02-27 09:59:22 +01:00
Alex
0a0189de98
Final 1.10 master upcoming merge (#6350) 2025-02-26 22:56:18 +01:00
Hedara
e9347a0c9e Forgot to remove commented code 2025-02-26 22:10:23 +01:00
Hedara
06d31bc8ea Merge branch 'master' into final-1.10-master-upcoming-merge 2025-02-26 22:07:10 +01:00
PhallenTree
b16aa37f67
Fixes fainted battler being able to select an action (#6339) 2025-02-26 15:42:54 +01:00
hedara90
56a3819b61
Fixed protect not resetting the counter in earlier gens (#6342)
Co-authored-by: Hedara <hedara90@gmail.com>
2025-02-26 15:07:54 +01:00
hedara90
37abce1992
Made some move animations fit in VRAM (#6289)
Co-authored-by: Hedara <hedara90@gmail.com>
2025-02-26 14:56:36 +01:00
Alex
cf481b1343
Fixes recoil moves causing recoil when absorbed (#6341) 2025-02-26 10:43:23 +01:00
hedara90
cf43787d72
Added MOVE_TARGET_OPPONENT and added it to Me First, (#6336)
Co-authored-by: Hedara <hedara90@gmail.com>
2025-02-25 22:28:22 +01:00
Alex
13acf18d74
Fixes effect paralyze not being absorbed by absorbing abilities (#6338) 2025-02-25 22:28:10 +01:00
Bivurnum
2a6fd24954
fix for multi 2vs1 opponent sends out too many mons bug (#6324) 2025-02-25 22:15:09 +01:00