mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-23 18:57:06 -05:00
Keldeo Secret Sword, flag specific move, not 0.
Thanks @Nessus009 ! Closes #293
This commit is contained in:
parent
f1a504e676
commit
60cb2888f6
|
|
@ -939,7 +939,7 @@ private LegalityCheck[] verifyMoves()
|
|||
|
||||
if (pk6.Species == 647) // Keldeo
|
||||
if (pk6.AltForm == 1 ^ pk6.Moves.Contains(548))
|
||||
res[0] = new LegalityCheck(Severity.Invalid, "Secret Sword / Resolute Keldeo Mismatch.");
|
||||
res[Array.IndexOf(pk6.Moves, 548)] = new LegalityCheck(Severity.Invalid, "Secret Sword / Resolute Keldeo Mismatch.");
|
||||
|
||||
// Duplicate Moves Check
|
||||
for (int i = 0; i < 4; i++)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user