mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 20:43:07 +00:00
parent
7edfe4543f
commit
3b2ebbb84f
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ namespace PKHeX.Core
|
|||
return true;
|
||||
if (info.EncounterMatch.EggEncounter && species == (int)Species.Milotic && pkm.Format >= 5 && !pkm.IsUntraded) // Prism Scale
|
||||
return true;
|
||||
if (species == (int)Species.Vespiquen && info.Generation < 6 && (pkm.PID & 0xFF) < 0xE0) // Combee->Vespiquen Invalid Evolution
|
||||
return false;
|
||||
|
||||
if (info.Generation > 0 && info.EvoChainsAllGens[info.Generation].All(z => z.Species != info.EncounterMatch.Species))
|
||||
return false; // Can't exist as origin species
|
||||
|
|
Loading…
Reference in a new issue