Remove fullness/enjoyment check

Although bank 6->7 deletes the values for these fields, Pokémon Refresh
can still reintroduce new values.

Closes #2090 , thanks @Lusamine !
This commit is contained in:
Kurt
2018-08-14 16:45:51 -07:00
parent 10f050eb18
commit f079f62956

View File

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