Fix missing moves mentioning typechart
This commit is contained in:
parent
a16a5f43a0
commit
47dce452e9
@ -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…
x
Reference in New Issue
Block a user