From dd342726209f3d76e442ee30a98c07b7358c648c Mon Sep 17 00:00:00 2001 From: Papa Cancer Date: Sat, 9 Feb 2019 17:40:04 +0000 Subject: [PATCH] Parting Shot v3 --- data/battle_scripts_1.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/battle_scripts_1.s b/data/battle_scripts_1.s index 4dd61cb718..f7a60b76fc 100644 --- a/data/battle_scripts_1.s +++ b/data/battle_scripts_1.s @@ -364,9 +364,10 @@ BattleScript_EffectPartingShotTryAtk: BattleScript_EffectPartingShotTrySpAtk: playstatchangeanimation BS_TARGET, BIT_SPATK, ATK48_STAT_NEGATIVE setstatchanger STAT_SPATK, 1, TRUE - statbuffchange 0x1, BattleScript_MoveEnd + statbuffchange 0x1, BattleScript_EffectPartingShotSwitch printfromtable gStatDownStringIds waitmessage 0x40 +BattleScript_EffectPartingShotSwitch: setbyte sMOVEEND_STATE, 0x0 moveend 0x0, 0x0 jumpifcantswitch ATK4F_DONT_CHECK_STATUSES | BS_ATTACKER, BattleScript_PartingShotEnd