mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 06:25:45 -05:00
Update BallVerifier.cs
This commit is contained in:
@@ -356,6 +356,8 @@ private static bool IsGalarCatchAndBreed(int species)
|
||||
// Foreign Captures
|
||||
if (species is >= (int)Species.Treecko and <= (int)Species.Swampert) // Dynamax Adventures
|
||||
return true;
|
||||
if (species is >= (int)Species.Rowlet and <= (int)Species.Primarina) // Distribution Raids
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user