mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 05:48:44 +00:00
Update TransferVerifier.cs
This commit is contained in:
parent
aa430b48ca
commit
ad31ebbbe2
1 changed files with 6 additions and 0 deletions
|
@ -142,6 +142,12 @@ public sealed class TransferVerifier : Verifier
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (pk.Format >= 9)
|
||||||
|
{
|
||||||
|
VerifyTransferLegalityG9(data);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// Starting in Generation 8, games have a selective amount of species/forms from prior games.
|
// Starting in Generation 8, games have a selective amount of species/forms from prior games.
|
||||||
IPersonalTable pt = pk switch
|
IPersonalTable pt = pk switch
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue