From bd75f16a9b7ef7860634163e6834e40c381ae3b2 Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Sat, 22 Feb 2020 18:22:04 +0100 Subject: [PATCH] Clear move effect after each turn --- src/battle_script_commands.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index 95ad77ff53..b7e7bfc292 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -4788,6 +4788,7 @@ static void Cmd_moveend(void) gSpecialStatuses[gBattlerAttacker].gemBoost = 0; gSpecialStatuses[gBattlerAttacker].damagedMons = 0; gSpecialStatuses[gBattlerTarget].berryReduced = 0; + gBattleScripting.moveEffect = 0; gBattleScripting.moveendState++; break; case MOVEEND_COUNT: