mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-11 13:35:11 -05:00
remove atkCancelerTracker reset
This commit is contained in:
parent
611076c24d
commit
b7dcbca871
|
|
@ -5159,7 +5159,6 @@ static void Cmd_moveend(void)
|
|||
MoveValuesCleanUp();
|
||||
gBattleScripting.moveEffect = gBattleScripting.savedMoveEffect;
|
||||
BattleScriptPush(gBattleScriptsForMoveEffects[gBattleMoves[gCurrentMove].effect]);
|
||||
gBattleStruct->atkCancellerTracker = 0; // Run all cancellers on next target
|
||||
gBattlescriptCurrInstr = BattleScript_FlushMessageBox;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user