mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-25 14:44:11 -05:00
@@ -114,7 +114,7 @@ private static IEnumerable<GBEncounterData> GenerateRawEncounters12(PKM pkm, Gam
|
||||
var deferred = new List<IEncounterable>();
|
||||
foreach (var t in GetValidEncounterTrades(pkm, vs, game))
|
||||
{
|
||||
if (pkm.Format >= 7)
|
||||
if (pkm.Format >= 7 && (t.Generation == 2 || t.GetOT(pkm.Language) != pkm.OT_Name)) // ot length collision
|
||||
{
|
||||
deferred.Add(t);
|
||||
continue;
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user