diff --git a/PKHeX.Core/Legality/Tables.cs b/PKHeX.Core/Legality/Tables.cs index 5f43e6f26..f61846454 100644 --- a/PKHeX.Core/Legality/Tables.cs +++ b/PKHeX.Core/Legality/Tables.cs @@ -246,7 +246,9 @@ public static partial class Legal 719, 723, 724, 725, 726, 727, 728 }; - internal static readonly HashSet InvalidSketch = new HashSet(new[] { 165, 448 }.Concat(Z_Moves)); // Struggle & Chatter + + internal static readonly int[] UnreleasedMoves = {617, 721}; // Light of Ruin & Plasma Fists + internal static readonly HashSet InvalidSketch = new HashSet(new[] { 165, 448 }.Concat(Z_Moves).Concat(UnreleasedMoves)); // Struggle & Chatter public static readonly HashSet Legends = new HashSet {