Update MiscVerifier.cs

This commit is contained in:
Kurt 2022-11-27 12:38:32 -08:00
parent 5f12ba78c9
commit 7e0aa44a9a

View file

@ -174,6 +174,7 @@ public sealed class MiscVerifier : Verifier
private static readonly HashSet<int> UnreleasedSV = new()
{
(int)Species.Charmander, // Charmander : distribution raids happening on Dec 1, 2022
(int)Species.Raichu | (1 << 11), // Diglett-1
(int)Species.Diglett | (1 << 11), // Diglett-1
(int)Species.Meowth | (1 << 11), // Meowth-1
(int)Species.Growlithe | (1 << 11), // Growlithe-1