mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 05:48:44 +00:00
parent
61266e3d49
commit
3876b3b1fa
1 changed files with 3 additions and 1 deletions
|
@ -255,8 +255,10 @@ namespace PKHeX.Core
|
|||
{
|
||||
if (pkm.IsEgg) // unhatched
|
||||
{
|
||||
if (EggLocation != pkm.Met_Location)
|
||||
if (!EggEncounter)
|
||||
return false;
|
||||
if (EggLocation != pkm.Met_Location)
|
||||
return pkm.Met_Location == Locations.LinkTrade6 && pkm.Egg_Location == EggLocation;
|
||||
return pkm.Egg_Location == 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue