diff --git a/PKHeX.Core/PKM/Util/PKMConverter.cs b/PKHeX.Core/PKM/Util/PKMConverter.cs index 6666c1458..9a4d4c760 100644 --- a/PKHeX.Core/PKM/Util/PKMConverter.cs +++ b/PKHeX.Core/PKM/Util/PKMConverter.cs @@ -138,8 +138,6 @@ private static bool IsPK6FormatReallyPK7(PK6 pk, int preferredFormat) { if (pk.Version > Legal.MaxGameID_6) return true; - if (pk.Enjoyment != 0 || pk.Fullness != 0) - return false; // Check Ranges if (pk.Species > Legal.MaxSpeciesID_6)