mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-26 05:50:22 +00:00
parent
7759596ffd
commit
a45215b00d
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ public static class SpeciesCategory
|
|||
/// Checks if the <see cref="species"/> is a Paradox Pokémon.
|
||||
/// </summary>
|
||||
public static bool IsParadox(ushort species) => species is (>= (int)GreatTusk and <= (int)IronThorns)
|
||||
or (int)WalkingWake or (int)IronLeaves
|
||||
or (int)RoaringMoon or (int)IronValiant
|
||||
or (int)GougingFire or (int)RagingBolt or (int)IronBoulder or (int)IronCrown;
|
||||
|
||||
|
|
Loading…
Reference in a new issue