Fix missing moves mentioning typechart
This commit is contained in:
parent
a16a5f43a0
commit
47dce452e9
1 changed files with 2 additions and 1 deletions
|
@ -1264,7 +1264,8 @@ static void atk01_accuracycheck(void)
|
|||
else
|
||||
gBattleCommunication[6] = 0;
|
||||
|
||||
CalcTypeEffectivenessMultiplier(move, type, gBattlerAttacker, gBattlerTarget, TRUE);
|
||||
if (gBattleMoves[move].power)
|
||||
CalcTypeEffectivenessMultiplier(move, type, gBattlerAttacker, gBattlerTarget, TRUE);
|
||||
}
|
||||
JumpIfMoveFailed(7, move);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue