mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-06-02 23:34:13 -05:00
parent
418e88f98c
commit
6a60b8772c
|
|
@ -1599,6 +1599,9 @@ private void verifyG7PreBank()
|
|||
AddLine(Severity.Invalid, "Form not obtainable prior to Bank Release.", CheckIdentifier.Special);
|
||||
}
|
||||
|
||||
if (new[] {422,423}.Contains(pkm.Species) && pkm.AltForm != 1) // East Sea only
|
||||
AddLine(Severity.Invalid, "Form not obtainable prior to Bank Release.", CheckIdentifier.Special);
|
||||
|
||||
if (Legal.Bank_NoHidden7.Contains(pkm.Species) && pkm.AbilityNumber == 4)
|
||||
AddLine(Severity.Invalid, "Ability not obtainable prior to Bank Release.", CheckIdentifier.Special);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user