From 90260187f7428f7aa9965a80b66a12caedbc5081 Mon Sep 17 00:00:00 2001 From: Kurt Date: Fri, 29 Dec 2017 12:00:06 -0800 Subject: [PATCH] Add light of ruin & plasma fists as invalid sketch moves not available for sketch without hacking a specimen in https://projectpokemon.org/home/forums/topic/43244-two-problems/?tab=comments#comment-225421 --- PKHeX.Core/Legality/Tables.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {