mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-24 15:47:15 -05:00
Update LegendsZAVerifier.cs
This commit is contained in:
parent
89e10f0640
commit
11da2bb317
|
|
@ -25,9 +25,10 @@ private void CheckLearnset(LegalityAnalysis data, PA9 pa)
|
|||
if (moveCount == 4)
|
||||
return;
|
||||
|
||||
// Flag move slots that are empty.
|
||||
if (pa.Tracker != 0 || !ParseSettings.IgnoreTransferIfNoTracker)
|
||||
return; // Can delete moves in PA8 moveset via HOME.
|
||||
// TODO ZA HOME
|
||||
// // Flag move slots that are empty.
|
||||
// if (pa.Tracker != 0 || !ParseSettings.IgnoreTransferIfNoTracker)
|
||||
// return; // Can delete moves in PA9 moveset via HOME.
|
||||
|
||||
// Get the bare minimum moveset.
|
||||
Span<ushort> expect = stackalloc ushort[4];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user