mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-23 00:44:14 -05:00
Update BallVerifier.cs
This commit is contained in:
@@ -269,6 +269,9 @@ private CheckResult VerifyBallEggGen8(LegalityAnalysis data)
|
||||
return GetInvalid(LBallSpecies);
|
||||
}
|
||||
|
||||
if (722 <= species && species <= 730) // G7 Starters
|
||||
return VerifyBallEquals(data, (int)Poke);
|
||||
|
||||
Ball ball = (Ball)pkm.Ball;
|
||||
|
||||
if (ball == Safari)
|
||||
|
||||
Reference in New Issue
Block a user