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
|
||||
gChosenMove = gCurrentMove = gCalledMove;
|
||||
|
||||
gBattleStruct->atkCancellerTracker = 0;
|
||||
gBattlescriptCurrInstr = gBattleScriptsForMoveEffects[gBattleMoves[gCurrentMove].effect];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue