Dynamic move type was ignored in doubles for spread moves (#5984)

This commit is contained in:
Alex 2025-01-10 16:58:51 +01:00 committed by GitHub
parent 1551a33069
commit ab49aaf3b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3809,7 +3809,7 @@ static void CancellerMultiTargetMoves(u32 *effect)
}
else
{
CalcTypeEffectivenessMultiplier(gCurrentMove, GetMoveType(gCurrentMove), gBattlerAttacker, battlerDef, GetBattlerAbility(battlerDef), TRUE);
CalcTypeEffectivenessMultiplier(gCurrentMove, GetBattleMoveType(gCurrentMove), gBattlerAttacker, battlerDef, GetBattlerAbility(battlerDef), TRUE);
}
}
if (moveTarget == MOVE_TARGET_BOTH)