mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 13:58:33 +00:00
parent
4a6ea19a31
commit
0f69c1116e
1 changed files with 3 additions and 0 deletions
|
@ -1883,6 +1883,9 @@ namespace PKHeX.Core
|
|||
}
|
||||
}
|
||||
break;
|
||||
case 201 when Info.Generation == 2 && pkm.AltForm >= 26:
|
||||
AddLine(Severity.Invalid, string.Format(V304, "Z", pkm.AltForm == 26 ? "!" : "?"), CheckIdentifier.Form);
|
||||
break;
|
||||
case 487: // Giratina
|
||||
if (pkm.AltForm == 1 ^ pkm.HeldItem == 112) // Origin form only with Griseous Orb
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue