We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7759596 commit a45215bCopy full SHA for a45215b
PKHeX.Core/Legality/Tables/SpeciesCategory.cs
@@ -66,6 +66,7 @@ public static bool IsSubLegendary(ushort species) => species is
66
/// Checks if the <see cref="species"/> is a Paradox Pokémon.
67
/// </summary>
68
public static bool IsParadox(ushort species) => species is (>= (int)GreatTusk and <= (int)IronThorns)
69
+ or (int)WalkingWake or (int)IronLeaves
70
or (int)RoaringMoon or (int)IronValiant
71
or (int)GougingFire or (int)RagingBolt or (int)IronBoulder or (int)IronCrown;
72
0 commit comments