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
This commit is contained in:
Kurt
2017-12-29 12:00:06 -08:00
parent 34188f275a
commit 90260187f7

View File

@@ -246,7 +246,9 @@ public static partial class Legal
719,
723, 724, 725, 726, 727, 728
};
internal static readonly HashSet<int> InvalidSketch = new HashSet<int>(new[] { 165, 448 }.Concat(Z_Moves)); // Struggle & Chatter
internal static readonly int[] UnreleasedMoves = {617, 721}; // Light of Ruin & Plasma Fists
internal static readonly HashSet<int> InvalidSketch = new HashSet<int>(new[] { 165, 448 }.Concat(Z_Moves).Concat(UnreleasedMoves)); // Struggle & Chatter
public static readonly HashSet<int> Legends = new HashSet<int>
{