fix jumptocalledmove for assist + attackcanceler
This commit is contained in:
parent
ac42b19de7
commit
b6862a4153
1 changed files with 1 additions and 0 deletions
|
@ -6505,6 +6505,7 @@ static void Cmd_jumptocalledmove(void)
|
||||||
else
|
else
|
||||||
gChosenMove = gCurrentMove = gCalledMove;
|
gChosenMove = gCurrentMove = gCalledMove;
|
||||||
|
|
||||||
|
gBattleStruct->atkCancellerTracker = 0;
|
||||||
gBattlescriptCurrInstr = gBattleScriptsForMoveEffects[gBattleMoves[gCurrentMove].effect];
|
gBattlescriptCurrInstr = gBattleScriptsForMoveEffects[gBattleMoves[gCurrentMove].effect];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue