Update LegendsZAVerifier.cs

This commit is contained in:
Kurt 2025-11-13 20:11:31 -06:00
parent 89e10f0640
commit 11da2bb317

View File

@ -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];