From de463af0dfa6e580a7fff674acbd3c1d5da469eb Mon Sep 17 00:00:00 2001 From: Alex <93446519+AlexOn1ine@users.noreply.github.com> Date: Mon, 26 May 2025 13:22:05 +0200 Subject: [PATCH] Fixes weather anim damage being applied to the wrong mon (#6973) --- data/battle_scripts_1.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/battle_scripts_1.s b/data/battle_scripts_1.s index e14cc21475..e38f7ba6f1 100644 --- a/data/battle_scripts_1.s +++ b/data/battle_scripts_1.s @@ -5636,7 +5636,7 @@ BattleScript_DamagingWeather:: printfromtable gSandStormHailDmgStringIds waitmessage B_WAIT_TIME_LONG effectivenesssound - hitanimation BS_SCRIPTING + hitanimation BS_ATTACKER goto BattleScript_DoTurnDmg BattleScript_FogEnded_Ret::