Update GameDataPK8.cs

This commit is contained in:
Kurt 2023-07-11 12:46:49 -07:00
parent a49508b354
commit 75e7965803

View File

@ -190,7 +190,7 @@ private static void RemapMetEgg(int ver, ref int met, ref int egg)
return;
met = remap;
egg = LocationsHOME.SWSHEgg;
egg = egg is 0 or Locations.Default8bNone ? 0 : LocationsHOME.SWSHEgg;
}
private static bool IsOriginallySWSH(int ver, int loc) => ver is (int)GameVersion.SW or (int)GameVersion.SH && !IsFakeMetLocation(loc);