7803 Commits

Author SHA1 Message Date
Bassoonian
c3d1487838
Pret merge (1st of January, 2026) (#8737) 2026-01-02 10:18:02 +01:00
FosterProgramming
9e1a593d35
Refactor dexnav to not use overworld task (#8602) 2026-01-02 09:38:55 +01:00
Hedara
4bdef731e4 Merge remote-tracking branch 'pret/master' into pret-merge
Conflicts:
	include/constants/battle_ai.h
	src/battle_ai_script_commands.c
	src/battle_gfx_sfx_util.c
	src/pokemon_summary_screen.c
	src/trainer_pokemon_sprites.c
2026-01-01 22:16:58 +01:00
Josh
349da0484b Document m4a xcmd_0C 2025-12-27 01:11:40 +00:00
Alex
ac221a3aa8
Fix incorrectly applied change in atkcanceler (#8641) 2025-12-24 01:16:26 +01:00
grintoul
d55d2b6dfc
Corrects test system Forced Ability handing for multi battles (#8611) 2025-12-22 10:11:21 +01:00
Eduardo Quezada
828e12bee6
B_SPORT_DMG_REDUCTION config tests (#8593) 2025-12-20 15:47:46 +01:00
Eduardo Quezada
36e71c8236
B_BINDING_TURNS config tests (#8595) 2025-12-20 15:24:39 +01:00
Eduardo Quezada
44b658935f
B_TAILWIND_TURNS config tests (#8592) 2025-12-19 18:21:10 -05:00
ghostyboyy97
a901d227cc
fix (scoring): AI_IsMoveEffectInPlus - AI should not see secondary effect of Sheer Force boosted moves as beneficial (#8579)
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2025-12-19 12:40:46 -05:00
Eduardo Quezada
9451af1c64
B_UPDATED_CONVERSION_2 config tests (#8573) 2025-12-19 16:17:24 +01:00
Eduardo Quezada
66b6664938
B_REDIRECT_ABILITY_IMMUNITY config tests (#8571) 2025-12-18 23:26:50 -05:00
Eduardo Quezada
914a481308
B_BURN_DAMAGE config tests (#8574) 2025-12-18 18:53:35 -05:00
Eduardo Quezada
dc5ed3a85b
B_SYNCHRONIZE_TOXIC config test (#8572) 2025-12-18 18:52:15 -05:00
Eduardo Quezada
be9879f94a
B_IRON_BALL config test (#8569) 2025-12-18 18:48:54 -05:00
Eduardo Quezada
6e529cf221
B_KLUTZ_FLING_INTERACTION config test (#8568) 2025-12-18 18:45:54 -05:00
Eduardo Quezada
b78fccdb66
B_STURDY config test (#8565) 2025-12-18 17:24:52 -05:00
FosterProgramming
a60df1f71b
Remove another unused deoxys function (#8576) 2025-12-18 19:02:35 +01:00
Eduardo Quezada
7b741c77f0
Added Light Ball tests (#8526) 2025-12-17 10:44:44 +01:00
hedara90
ec1a283b1b
Add SUB_HIT check to tests (#8413)
Co-authored-by: Hedara <hedara90@gmail.com>
2025-12-16 19:19:34 +01:00
Eduardo Quezada
3feeebce9b
Fix GEN_6_ORAS definition (#8537) 2025-12-16 16:12:38 +01:00
Eduardo Quezada
60e255ef5f
Finished Wish tests (#8530) 2025-12-16 15:40:21 +01:00
moostoet
755bec128b
Fix incorrect "last to move" check for Analytic, Snatch, and Magic Coat (#8536) 2025-12-15 15:56:17 +01:00
Eduardo Quezada
68aa18d0cb
B_SYMBIOSIS_GEMS tests (#8534) 2025-12-14 16:11:22 -05:00
Eduardo Quezada
5700fb08a2
Expanded B_SANDSTORM_SPDEF_BOOST test (#8532) 2025-12-14 18:14:27 +01:00
Eduardo Quezada
a3a16acd72
Expanded B_EXP_CATCH test (#8527) 2025-12-14 16:38:22 +01:00
Eduardo Quezada
a0a5947590
Added tests for stat-changing moves (#8278)
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2025-12-14 16:24:39 +01:00
PCG
6db75af625
Fix Summary screen lag with move relearner when there's a lot of TMs (#8503) 2025-12-14 14:32:52 +01:00
Eduardo Quezada
08a5a319bd
Fix Lunar Dance not checking PP (#8364) 2025-12-14 12:47:01 +01:00
Mitsunee
02c44242f8
Added bugfix for missing no weather case in Cmd_weather_get (#2203) 2025-12-09 22:22:08 -05:00
GriffinR
f0e351b33d
Merge pull request #2171 from ShinyDragonHunter/unused_funcs
Label unused functions in siirtc.c, m4a.c & rtc.c with the "UNUSED" attribute
2025-12-09 22:14:57 -05:00
GriffinR
bcd5735f76
Merge pull request #2176 from NTx86/gba-fix-object-event-range-type
Change rangeX and rangeY to u8 in ObjectEvent struct
2025-12-09 21:57:06 -05:00
GriffinR
83b05d5efa
Merge pull request #2201 from mrgriffin/pret-flag-registered-wally
Fix FLAG_REGISTERED_WALLY
2025-12-09 21:43:30 -05:00
amiosi
328ec9d708
Generational Move Changes (#8405) 2025-12-06 23:50:58 +01:00
Alex
445cc2ace9
Adds missing cases for Revenge and Assurance doubling power (#8453)
Co-authored-by: PhallenTree <168426989+PhallenTree@users.noreply.github.com>
2025-12-06 19:04:48 +01:00
Eduardo Quezada
67e95e28e9
WITH_CONFIG Refactor (#7584) 2025-12-04 15:49:52 +01:00
hedara90
22492a6494
Make TRUE and 1 behave the same in config/species_enabled.h (#8421)
Co-authored-by: Hedara <hedara90@gmail.com>
2025-12-04 15:27:50 +01:00
FosterProgramming
f3d43e286d
Fix substitute/defog interactions (#8418) 2025-12-04 15:24:53 +01:00
FosterProgramming
142a5ef08c
Fix illusion not breaking properly when behind substitute (#8423)
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2025-12-04 00:35:38 +01:00
moostoet
d0965814fe
Fix Costar not copying partner's critical hit boosts (#8386) 2025-12-02 21:25:52 +01:00
Eduardo Quezada
115694675f
Renamed Config Test system to more general names (#7283) 2025-12-02 11:26:44 -05:00
Hedara
fcfa2a3d17 Start of 1.14.2 cycle 2025-12-01 17:41:14 +01:00
Hedara
905c580b08 Expansion 1.14.1 2025-12-01 17:35:59 +01:00
Hedara
2e0e428ffd Start of 1.14.1 cycle 2025-11-30 16:11:41 +01:00
Hedara
da5a2ca70c 1.14.0 release 2025-11-30 16:00:23 +01:00
Hedara
71fc42947d Merge branch 'upcoming' into expansion-releases 2025-11-30 15:42:23 +01:00
Hedara
66ea9ac406 1.13.4 release version 2025-11-30 15:41:43 +01:00
AlexOn1ine
15d9342fe5 30/11/25 master to upcoming merge 2025-11-30 14:57:50 +01:00
Hedara
bf1dd201d3 Merge remote-tracking branch 'pret/master' into pret-merge
Conflicts:
	INSTALL.md
	asm/macros/battle_script.inc
	data/battle_scripts_1.s
	include/constants/battle.h
	src/battle_script_commands.c
	src/battle_util.c
2025-11-30 11:56:57 +01:00
Alex
dfd8daac2e
Fixes Neutralizing Gas / Mold Breaker / Dragon Darts interaction (#8389) 2025-11-30 09:10:43 +01:00