mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 08:47:14 +00:00
Update BallVerifier.cs
This commit is contained in:
parent
9dbc3cd418
commit
eccfb61839
1 changed files with 3 additions and 0 deletions
|
@ -269,6 +269,9 @@ namespace PKHeX.Core
|
||||||
return GetInvalid(LBallSpecies);
|
return GetInvalid(LBallSpecies);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (722 <= species && species <= 730) // G7 Starters
|
||||||
|
return VerifyBallEquals(data, (int)Poke);
|
||||||
|
|
||||||
Ball ball = (Ball)pkm.Ball;
|
Ball ball = (Ball)pkm.Ball;
|
||||||
|
|
||||||
if (ball == Safari)
|
if (ball == Safari)
|
||||||
|
|
Loading…
Reference in a new issue