mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 04:24:36 -05:00
permit necrozma formes 1&2
and 0. was eventually reaching the Battle Megas list so insert this abort-early detection.
This commit is contained in:
parent
30f07fc979
commit
41a60dda78
|
|
@ -2007,6 +2007,7 @@ private void VerifyForm()
|
|||
case 800 when pkm.AltForm == 3: // Ultra Necrozma
|
||||
AddLine(Severity.Invalid, V310, CheckIdentifier.Form);
|
||||
return;
|
||||
case 800 when pkm.AltForm < 3: // Necrozma Fused forms & default
|
||||
case 778 when pkm.AltForm == 2: // Totem disguise Mimikyu
|
||||
AddLine(Severity.Valid, V315, CheckIdentifier.Form);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user