mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-26 22:10:21 +00:00
Update MiscVerifier.cs
This commit is contained in:
parent
5f12ba78c9
commit
7e0aa44a9a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue