Don't clear move data on turn end (#5488)
This commit is contained in:
parent
541ca2619b
commit
7fc5502afd
1 changed files with 0 additions and 2 deletions
|
@ -738,8 +738,6 @@ void HandleAction_ActionFinished(void)
|
|||
gMoveResultFlags = 0;
|
||||
gBattleScripting.animTurn = 0;
|
||||
gBattleScripting.animTargetsHit = 0;
|
||||
gLastLandedMoves[gBattlerAttacker] = 0;
|
||||
gLastHitByType[gBattlerAttacker] = 0;
|
||||
gBattleStruct->dynamicMoveType = 0;
|
||||
gBattleScripting.moveendState = 0;
|
||||
gBattleCommunication[3] = 0;
|
||||
|
|
Loading…
Reference in a new issue