mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-08 13:05:42 -05:00
@@ -126,7 +126,7 @@ private static bool VerifySecondaryChecks(PKM pkm, LegalInfo info, PeekEnumerato
|
||||
return false;
|
||||
}
|
||||
}
|
||||
else if (pkm is PK1 pk1)
|
||||
else if (pkm is PK1 pk1 && !ParseSettings.AllowGen1Tradeback)
|
||||
{
|
||||
if (!Array.TrueForAll(info.Moves, z => z.Generation is 1) && !PK1.IsCatchRateHeldItem(pk1.Catch_Rate))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user