Update Checks.cs

Pokemon Species 731 is Pikipek and is Valid in Apricorn Ball

So >= 731 or > 730 is a valid check.
This commit is contained in:
Nalweakette 2016-12-07 21:47:06 +01:00 committed by GitHub
parent fbbe9ecd94
commit d9552926e5

View File

@ -959,7 +959,7 @@ private void verifyEggBallGen7()
}
if (0x10 < pkm.Ball && pkm.Ball < 0x18) // Apricorn Ball
{
if ((pkm.Species > 731 && pkm.Species <= 785)
if ((pkm.Species >= 731 && pkm.Species <= 785)
|| Lineage.Any(e => Legal.PastGenAlolanNatives.Contains(e))
|| Lineage.Any(e => Legal.PastGenAlolanScans.Contains(e))
|| Lineage.Any(e => Legal.Inherit_Apricorn.Contains(e))) // past gen