mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 04:24:36 -05:00
Update BallVerifier.cs
This commit is contained in:
parent
9dbc3cd418
commit
eccfb61839
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user