18156 Commits

Author SHA1 Message Date
Eduardo Quezada
2a656ff1a5 Applied review changes 2024-12-27 12:40:25 -03:00
Eduardo Quezada
dccf2632b2
Added missing Belch tests (#5881) 2024-12-27 11:16:30 +01:00
ghoulslash
767e5a1f29
Fix Script Scrollable Multichoice Arrow Positions (#5884)
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
2024-12-27 07:55:56 +01:00
Eduardo Quezada
91c7bd9e53
Fixed givemon not respecting perfect IVs for species (#5873) 2024-12-26 21:22:45 +01:00
Eduardo Quezada
2c9352921c
Fixed Ally Switch breaking Illusion (#5879) 2024-12-26 21:04:03 +01:00
RavePossum
6a1ed7e33a
Change install.md to mention make debug instead of DINFO=1 (#5882) 2024-12-26 18:28:07 +01:00
Alex
816d3020fa
Fixes UB in caps.c (#5878) 2024-12-25 22:42:14 +01:00
hedara90
878724c9ae
Install instructions (#5876)
Co-authored-by: Hedara <hedara90@gmail.com>
2024-12-25 10:59:28 -03:00
AlexOn1ine
9c34634dd6 Draft Change 2024-12-25 11:03:32 +01:00
Alex
b0b1f449a3
Fixes regression caused by argument refactor (#5870)
Co-authored-by: Eduardo Quezada <eduardo602002@gmail.com>
2024-12-24 23:23:17 +01:00
DizzyEggg
b1dbc6e9b2
Fix ASSUMPTIONS not working (#5869) 2024-12-24 06:46:40 -03:00
Alex
8edf14423a
Refactors argument into a union (#5853)
Co-authored-by: Eduardo Quezada <eduardo602002@gmail.com>
2024-12-23 15:51:35 -03:00
Eduardo Quezada
8cb2f31961
Removed redundant call to FillPalBufferBlack in FRLG whiteout sequence (#5854) 2024-12-23 13:51:19 +01:00
PhallenTree
caa35be7e7
Fixes Pursuit + Emergency Exit causing double switches and Pursuit user fainting causing target to not finish switch (#5849) 2024-12-22 23:41:13 +01:00
Eduardo Quezada
f9fed98665
Fixed MOVE_EFFECT_FREEZE_OR_FROSTBITE not being usable in battle scripts (#5859) 2024-12-22 23:39:48 +01:00
Eduardo Quezada
e883b7c251
Fixed Wish triggering Disguise (#5860) 2024-12-22 23:39:17 +01:00
PhallenTree
f1458dea45
Fixes Regenerator healing past maxHP (#5861) 2024-12-22 23:39:07 +01:00
Cafe
570c6521d9
Misc pokemon sprite fixes (#5846) 2024-12-22 18:43:24 +01:00
Bassoonian
5560f339d0
Remove unused various (#5851) 2024-12-21 20:26:46 -03:00
Alex
f61a0f6a30
Sheer Force fix and move effect cleanup (#5812) 2024-12-21 19:45:50 +01:00
Eduardo Quezada
7d9640a988 contest fever 2024-12-21 13:34:54 -03:00
Bassoonian
d16f6185f7
Fix IS_MOVE_STATUS regression (#5848) 2024-12-21 16:27:35 +01:00
Eduardo Quezada
a5b079d833 REVERT ME TO RESTORE HOENN MAP ADJUSTMENTS 2024-12-21 11:00:27 -03:00
Eduardo Quezada
1e6628b78d Address Review comments Pt2 2024-12-21 10:49:59 -03:00
DizzyEggg
6a2a3b2540 remove fno-toplevel-reorder 2024-12-21 14:30:15 +01:00
Eduardo Quezada
dbc3cc28b8 Merge branch '_RHH/upcoming' into _RHH/pr/upcoming/lighting-expansion-v2 2024-12-21 09:31:23 -03:00
Eduardo Quezada
25075239a2 Merge branch '_RHH/master' into _RHH/upcoming 2024-12-21 08:46:33 -03:00
Eduardo Quezada
e175c5aca8
Changes Various defines to an Enum (#5840)
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2024-12-21 11:48:31 +01:00
AlexOn1ine
573200d56a nobody saw anything but again 2024-12-21 11:23:30 +01:00
kittenchilly
c3133193e2
Fix Hit Escape moves giving Exp to the mon that switches in (#5844) 2024-12-21 10:30:25 +01:00
AlexOn1ine
ff4c2aaf78 nobody saw anything 2024-12-21 10:24:34 +01:00
Alex
5b05e7913c
Pret merge (20th of December) (#5845) 2024-12-21 10:17:58 +01:00
AlexOn1ine
71318eca5f Revert weather order 2024-12-21 10:04:16 +01:00
Eduardo Quezada
c1969052a6 Fix issues 2024-12-20 21:03:37 -03:00
Eduardo Quezada
53aebc34dd Merge branch '_RHH/master' into _RHH/upcoming 2024-12-20 20:48:13 -03:00
AlexOn1ine
2c419ccb57 review comments 2024-12-20 22:43:05 +01:00
Eduardo Quezada
9a0b5756ca
Fix "PlantCloak" references (#5821) 2024-12-20 22:25:18 +01:00
PhallenTree
742f7a4875
Fixes Cotton Down and Gulp Missile not interacting correctly with stat reduction prevention effects (#5841) 2024-12-20 22:24:23 +01:00
Eduardo Quezada
82252251e7 Merge branch '_pret/master' into _RHH/pr/master/pretMerge20241220 2024-12-20 16:04:33 -03:00
Eduardo Quezada
05f300f6cc Merge branch '_RHH/upcoming' into _RHH/pr/upcoming/lighting-expansion-v2 2024-12-20 15:22:14 -03:00
Bassoonian
5cc0b35d81
Replace power checks with IS_MOVE_STATUS (#5820)
Co-authored-by: Eduardo Quezada <eduardo602002@gmail.com>
2024-12-20 08:20:46 -03:00
hedara90
e579333427
Egg cycle length fix (#5828)
Co-authored-by: Hedara <hedara90@gmail.com>
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2024-12-20 11:23:51 +01:00
PhallenTree
4ac9dea30e
Fixes Quash-affected battlers having the wrong order for End Turn effects (#5838) 2024-12-20 11:11:18 +01:00
Alex
f27bf843cb
Changes Various defines to an Enum (#5839) 2024-12-20 10:49:40 +01:00
AERDU
a797e901b2
B_LAST_USED_BALL and .importance (#5834) 2024-12-20 09:46:58 +01:00
AlexOn1ine
b7412bcd7c redundant changelog change 2024-12-19 21:43:28 +01:00
AlexOn1ine
eb4427db94 primal weather fix 2024-12-19 21:41:32 +01:00
AlexOn1ine
99fef0260f Battle Weather Refactor 2024-12-19 20:50:08 +01:00
Alex
b22a867e11
Fixes Room Service (#5827) 2024-12-19 14:12:01 +01:00
PhallenTree
6bba281360
Fixes Clear Amulet displaying the wrong battler and Starting Status displaying the wrong message (#5831) 2024-12-19 13:54:42 +01:00