mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-21 20:55:07 -05:00
Update LegendsZAVerifier.cs
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user