diff --git a/src/battle_util.c b/src/battle_util.c index 187af6227b..0dd60674ca 100644 --- a/src/battle_util.c +++ b/src/battle_util.c @@ -211,7 +211,7 @@ static uq4_12_t CalcTypeEffectivenessMultiplierHelper(u32 move, u32 moveType, u3 ctx.battlerAtk = battlerAtk; ctx.battlerDef = battlerDef; ctx.move = move; - ctx.moveType = GetBattleMoveType(gCurrentMove); + ctx.moveType = moveType; ctx.updateFlags = recordAbilities; ctx.abilityAtk = GetBattlerAbility(battlerAtk); ctx.abilityDef = defAbility;