mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 03:06:24 -05:00
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user