Commit graph

16486 commits

Author SHA1 Message Date
Alex
4bff9f8ee9
Fixes simu hp reduction when no partner was on field (#5799) 2024-12-10 21:48:31 +01:00
PhallenTree
3ad5de5fef
Adds missing Friend Ball friendship bonus upon catching (#5795) 2024-12-10 08:26:23 -03:00
hedara90
75eaf890a2
Evolution level 1 learn (#5791)
Co-authored-by: Hedara <hedara90@gmail.com>
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2024-12-09 13:21:30 +01:00
Frank DeBlasio
af83503265
Swapped DESELECT and CHECK_TAG to be in right places (#5794) 2024-12-09 10:15:03 +01:00
Eduardo Quezada
66a2a16bbc Merge branch '_RHH/master' into _RHH/upcoming 2024-12-08 12:00:29 -03:00
hedara90
8088547334
Palette cleanup (#5661)
Co-authored-by: Hedara <hedara90@gmail.com>
2024-12-08 11:09:36 +01:00
RavePossum
fd397e9e1c
Fix move category and category icon when PSS is off (#5786) 2024-12-08 11:07:19 +01:00
kittenchilly
6e6352569f
Narrower font tweaks and font fitting fixes (#5782) 2024-12-07 18:12:09 -03:00
iriv24
cb12bdc220
Fix No Guard failing OHKO Moves into Semi-Invulnerable Pokemon (#5779)
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2024-12-07 18:11:45 -03:00
Alex
3f3f4cfe1c
New Volt Switch Animation (#5729)
Co-authored-by: Hedara <hedara90@gmail.com>
2024-12-07 15:52:13 +01:00
ghoulslash
6e24b6af3d
Gravity fix + Sky Drop Test (#5780)
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
2024-12-07 14:48:01 +01:00
ghoulslash
a775098e83
Fix octolock + defiant (#5781)
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
2024-12-07 13:38:34 +01:00
Alex
a45f18b9b7
Fixes Wormadam define for teachable learnset script (#5783) 2024-12-07 13:37:37 +01:00
hedara90
54d372162f
Added NBSP and up+down arrows to all fonts (#5767)
Co-authored-by: Hedara <hedara90@gmail.com>
2024-12-07 07:26:23 -03:00
PhallenTree
775ea3b564
Pursuit refactor (#5707) 2024-12-06 19:14:46 +01:00
iriv24
19578f6d22
Fix Off-by-One Error in Move Relearner (#5778) 2024-12-06 10:04:37 +01:00
Pawkkie
da2a1e2aba
Destiny Bond fails on repeated use in Gen 7+ (#5652) 2024-12-05 22:29:20 +01:00
Eduardo Quezada
47768431a2
Fix test TIMEOUT messaging in summary (#5772) 2024-12-05 13:56:41 +01:00
Philipp AUER
7744298788
Fix fixed point damage calculation off-by-1s (#5775)
Co-authored-by: sbird <sbird@no.tld>
2024-12-05 11:35:56 +00:00
Eduardo Quezada
a92350fb53 Merge branch '_RHH/master' into _RHH/upcoming 2024-12-04 18:55:56 -03:00
Pawkkie
599f4d339b
Adds SleepClauseBlock enum to CanBeSlept (#5773) 2024-12-04 21:54:31 +01:00
Martin Griffin
c714caa27a
trainerproc: Fix showing incorrect error context (#5769) 2024-12-04 19:22:35 +01:00
Bassoonian
7c10e024ac
Simultaneous HP Reduction (CFRU Port) (#5770) 2024-12-04 19:21:51 +01:00
psf
93e733820c
Added instructions in PR template to make crediting people more clear (#5755) 2024-12-04 10:54:39 -05:00
Eduardo Quezada
68b5b63ecb Merge branch '_RHH/upcoming' into _RHH/pr/upcoming/hp_reduction 2024-12-04 12:04:47 -03:00
Eduardo Quezada
e4f8b4ccf0 Addressed review changes (minus encapsulation) 2024-12-04 11:31:28 -03:00
Eduardo Quezada
5c180a0b09
Added FONT_SHORT_NARROWER (#5101) 2024-12-04 06:30:19 -08:00
Frank DeBlasio
1b880a1185
Converted item-related variables to COMPOUND_STRINGs (#5714) 2024-12-03 23:11:59 +01:00
Alex
70224f0ea3
Fixes items preventing other switch in effects (#5732)
Co-authored-by: Pawkkie <61265402+Pawkkie@users.noreply.github.com>
2024-12-03 11:15:29 -05:00
Eduardo Quezada
3b9ea629a7 Fixed switch out abilities switch in gcc 11 2024-12-03 12:15:06 -03:00
Martin Griffin
993663d9b0
Variadic IS_BATTLER_OF_TYPE and GetBattlerTypes (#5708) 2024-12-03 13:12:54 +01:00
Frank DeBlasio
a97cfaa068
Converts multi-choice options to COMPOUND_STRINGs (#5686) 2024-12-03 12:32:13 +01:00
Pawkkie
c8b0da2493
Add AI_FLAG_WEIGH_ABILITY_PREDICTION (#5636) 2024-12-03 12:28:22 +01:00
AlexOn1ine
c0f5285f21 fix magic coat 2024-12-03 00:04:57 +01:00
Pawkkie
b15f7ad4f1
Sleep Clause global config (#5762) 2024-12-02 16:35:28 -05:00
psf
91c35aede3
Added scope document and made changes to pull request template (#5706) 2024-12-02 12:09:48 -08:00
pkmnsnfrn
0d31f3b972 Fixed broken link to scope doc 2024-12-02 11:50:21 -08:00
pkmnsnfrn
3cd89c6e19 Added scope document link to website 2024-12-02 11:49:22 -08:00
Eduardo Quezada
7b20d3d92e Merge branch '_RHH/master' into _RHH/upcoming 2024-12-02 16:17:12 -03:00
Pawkkie
8eab725485
Fix Sleep Clause AI handling of partner sleeping moves (#5761)
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2024-12-02 15:59:05 -05:00
psf
9b06f7e492
Update scope.md 2024-12-02 11:01:49 -08:00
AlexOn1ine
8acb31339d rename critChance and moveDamage 2024-12-02 19:57:45 +01:00
Eduardo Quezada
d9baebafab
Fixed changelog links to changelog 1.10 (#5758) 2024-12-02 13:44:46 -05:00
AlexOn1ine
d95dbadccc merge rhh/upcoming 2024-12-02 19:00:55 +01:00
psf
65587be4d7
Update scope.md 2024-12-02 09:26:48 -08:00
AlexOn1ine
aa61f24e81 clean up 2024-12-02 18:25:24 +01:00
Eduardo Quezada
7ac7ab8f6f Merge branch '_RHH/master' into _RHH/upcoming 2024-12-02 13:49:43 -03:00
AlexOn1ine
09c9d8a800 merge rhh/upcoming 2024-12-02 17:45:00 +01:00
hedara90
8d262e7bd2
Removed testing strings for automatic line breaks (#5757) 2024-12-02 15:12:09 +01:00
Pawkkie
2b7905beb1
Add B_FLAG_SLEEP_CLAUSE (#5566)
Co-authored-by: Isaac Rivera <isaacrivera2020@u.northwestern.edu>
Co-authored-by: iriv24 <40581123+iriv24@users.noreply.github.com>
Co-authored-by: Hedara <hedara90@gmail.com>
2024-12-02 09:06:03 +01:00