Skip to content

Commit a45215b

Browse files
committed
Update SpeciesCategory.cs
#4126
1 parent 7759596 commit a45215b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PKHeX.Core/Legality/Tables/SpeciesCategory.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public static bool IsSubLegendary(ushort species) => species is
6666
/// Checks if the <see cref="species"/> is a Paradox Pokémon.
6767
/// </summary>
6868
public static bool IsParadox(ushort species) => species is (>= (int)GreatTusk and <= (int)IronThorns)
69+
or (int)WalkingWake or (int)IronLeaves
6970
or (int)RoaringMoon or (int)IronValiant
7071
or (int)GougingFire or (int)RagingBolt or (int)IronBoulder or (int)IronCrown;
7172

0 commit comments

Comments
 (0)