mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-25 08:10:48 -05:00
Update GameDataPK8.cs
This commit is contained in:
parent
a49508b354
commit
75e7965803
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user