mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 19:25:56 -05:00
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:
@@ -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>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user