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 @@ public sealed class GameDataPK8 : HomeOptional1, IGameDataSide<PK8>, IGigantamax
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);