Fix missing moves mentioning typechart

This commit is contained in:
DizzyEggg 2019-02-24 10:04:21 +01:00
parent a16a5f43a0
commit 47dce452e9

View file

@ -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);
}