diff --git a/pkNX.Randomization/Randomizers/FormRandomizer.cs b/pkNX.Randomization/Randomizers/FormRandomizer.cs index 64f4e5b1..42f609b8 100644 --- a/pkNX.Randomization/Randomizers/FormRandomizer.cs +++ b/pkNX.Randomization/Randomizers/FormRandomizer.cs @@ -24,6 +24,9 @@ public int GetRandomForme(int species, bool mega, bool fused, bool alola, bool g switch ((Species)species) { + // Rayquaza's Forme Count was unchanged in SWSH despite Megas being removed, so just in case the user allows random Megas, disallow this invalid Forme. + case Rayquaza when Personal.TableLength == 1192: + return 0; case Unown: case Deerling: case Sawsbuck: