mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 04:23:12 +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.
|
||||
IPersonalTable pt = pk switch
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue