13582 Commits

Author SHA1 Message Date
Martin Griffin
fe85da81fc
AI: Handle MOVE_UNAVAILABLE in last used moves (#8219) 2025-11-12 22:47:50 +01:00
Martin Griffin
2373f0283b
moveend: Handle MOVE_UNAVAILABLE in MOVEEND_THIRD_MOVE_BLOCK (#8215) 2025-11-11 22:01:16 +01:00
Martin Griffin
44453888df
AccuracyCheck: Avoid calling GetMoveEffect with NO_ACC_CALC_CHECK_LOC… (#8222) 2025-11-11 22:00:03 +01:00
Martin Griffin
12b65b565b
DamageContext: chosenMove (#8224) 2025-11-11 21:59:18 +01:00
Martin Griffin
b8fc084daa
Avoid illegal GetBattlerAtPosition (#8225) 2025-11-11 21:57:04 +01:00
Alex
bb11d96d86
Merge branch 'upcoming' into 111125 2025-11-11 19:04:54 +01:00
Alex
f28abcab6a
Micro clean up in BattleStruct (#8177) 2025-11-11 17:42:27 +01:00
AlexOn1ine
93cc143134 conflicts 2025-11-11 13:12:00 +01:00
Frank DeBlasio
194a8df131
Converted landmarks to COMPOUND_STRINGs (#8205) 2025-11-11 10:57:13 +01:00
Maxime Grouazel
927101a5fc
Added check for parental bond killing through sturdy (#8206)
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2025-11-11 00:10:53 +01:00
PhallenTree
649798449e
Powder Move blocking cleanup (#8194) 2025-11-10 21:01:35 +01:00
hedara90
29fb4f292a
Fixed decompression error reporter OOB window creation (#8199)
Co-authored-by: Hedara <hedara90@gmail.com>
2025-11-10 17:26:08 +01:00
Frank DeBlasio
625f67be33
Fixed Uproar's description and spacing (#8187) 2025-11-10 15:56:40 +01:00
Eduardo Quezada
49b45ec6c3
Fix gcc11 again (#8188) 2025-11-10 10:39:47 +01:00
hedara90
65f241995c
Fix scroll prompt sometimes being off-screen with automatic line breaks (#8182)
Co-authored-by: Hedara <hedara90@gmail.com>
2025-11-10 10:39:06 +01:00
Alex
d9797fa01d
Remove redundant Future Sight flag (#8185) 2025-11-09 22:33:03 +01:00
PCG
d2425c1468
Move Relearners for TMs, Tutors and Egg moves (#8040)
Co-authored-by: khbsd <khb.dev@gmail.com>
Co-authored-by: psf <77138753+pkmnsnfrn@users.noreply.github.com>
2025-11-09 12:54:01 -08:00
Eduardo Quezada
996453b0b2
Again fixed compiling in GCC11 (#8184) 2025-11-09 20:14:37 +01:00
FosterProgramming
8eea132406
Fix missing FREE_MATCH_CALL (#8171)
Co-authored-by: Zimmermann Gyula <graiondilach@hotmail.com>
2025-11-09 09:16:19 -08:00
FosterProgramming
3e583f8add
Fix tera tint not applying on activation (#8135) 2025-11-09 18:10:44 +01:00
Alex
6c383fac96
Fixes Magician for spread moves (#8170) 2025-11-09 18:10:11 +01:00
FosterProgramming
43f9a78da5
Fix recharge moves + add recharge move tests (#8181) 2025-11-09 17:46:22 +01:00
FosterProgramming
bdaf4ae3b3
Fix destiny knot behavior and add tests (#8174) 2025-11-09 15:03:43 +01:00
FosterProgramming
c2c0c06a6f
Fix gba sprites trying load non existent female versions (#7996) 2025-11-08 17:22:47 +01:00
ghostyboyy97
0bd9dd6ee8
fix (contrary): Contrary stat down handling in MoveEffectInPlus (#8165)
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2025-11-08 17:21:16 +01:00
khbsd
82a63a09fe
update: time-based encounters system tuneup and @cawtds' header script (#8158) 2025-11-07 21:25:09 -08:00
FosterProgramming
232ddb04f4
porymap default settings (#8038) 2025-11-07 19:41:08 -08:00
grintoul1
c230e54678 Master to Upcoming merge 20251107 2025-11-07 22:45:57 +00:00
khbsd
4d28f7be23
feat: adds stevebeller's instant text and MandL27's faster text printing (#8063) 2025-11-07 23:11:17 +01:00
FosterProgramming
504b08dace
Fix transform not loading the correct sprites when facing shiny or unown (#8146) 2025-11-07 16:07:17 +01:00
FosterProgramming
ff1039f148
Fix grade in summary screen not accounting for 26 IV (#8157) 2025-11-06 21:12:05 -08:00
FosterProgramming
97b115d572
Adds an auto-generated include file of script commands (#8156) 2025-11-06 21:10:42 -08:00
FosterProgramming
be7646b67a
Allow vs seekers to work with script not starting with trainerbattle (#8062)
Co-authored-by: pkmnsnfrn <pkmnsnfrn@gmail.com>
2025-11-06 10:16:19 -08:00
FosterProgramming
1f8a40962a
Allow to send active mon to PC when capturing a Pokemon (#8111) 2025-11-06 00:21:13 +00:00
hedara90
c8159ba182
Reset saveblock data between test runs (#8145)
Co-authored-by: Hedara <hedara90@gmail.com>
2025-11-05 20:45:39 +00:00
Ultimate_Bob
c57bde3c5e
Fix build failing with NOOPT=1 due to discarding static data. (#8053) 2025-11-05 17:07:05 +01:00
PhallenTree
cfcce251d0
Fix typo in Electrode-Hisui pokedex entry (#8143) 2025-11-05 14:49:12 +01:00
Bassoonian
be4ce5901f
Fix Kyurem typo in swap move tables (#8139) 2025-11-05 14:48:53 +01:00
Alex
0f14a4db57
Clean up ability effect hitmarker (#8138) 2025-11-04 21:44:57 +00:00
Bassoonian
473a0aa44d
Add Legends Z-A content (#7935)
Co-authored-by: PhallenTree <168426989+PhallenTree@users.noreply.github.com>
2025-11-04 22:25:33 +01:00
Alex
dea7d02e76
Adjust faint battler script (#8137) 2025-11-04 20:57:49 +00:00
Alex
41aba41838
Attackstring hitmarker clean up (#8136) 2025-11-04 18:35:48 +00:00
Alex
80b5d81a9a
Create BattleStruct sub struct for event states (#8131) 2025-11-04 18:34:54 +00:00
FosterProgramming
b3965098f7
Fix berry blender not computing flavor correctly (#8113) 2025-11-04 18:32:54 +00:00
Alex
be5f6d4801
Fixes hacky SetMoveEffect script calls (#7987) 2025-11-04 17:47:35 +00:00
ghostyboyy97
3c72ca1158
fix (AI scoring): shield dust considerations, IsMoveEffectInMinus self effect edge case, hitsToKO zero-case consideration (#8126)
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2025-11-04 09:35:43 +01:00
Bassoonian
5325c275e6
Master to upcoming, 2025-11-03 (#8121) 2025-11-03 15:05:26 +01:00
Alex
8613d2587e
Deprecate various macro (#8092) 2025-11-03 15:03:25 +01:00
Alex
499986a804
Clean up redundant todo (#8094) 2025-11-03 15:02:36 +01:00
Hedara
b0ccddac69 Merge branch 'master' into master-to-upcoming
Conflicts:
	include/constants/expansion.h
2025-11-03 11:11:07 +01:00