mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 08:05:32 -05:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user