mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 14:44:24 +00:00
Update GameDataPK8.cs
This commit is contained in:
parent
a49508b354
commit
75e7965803
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue