mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-15 16:41:03 -05:00
parent
a6915030ca
commit
7791020cb4
|
|
@ -370,7 +370,7 @@ public int[] GetSuggestedMoves(bool tm, bool tutor, bool reminder)
|
|||
return MoveLevelUp.GetEncounterMoves(pkm, lvl, ver);
|
||||
}
|
||||
var evos = Info.EvoChainsAllGens;
|
||||
if (Info.Generation == 1 && pkm.TradebackStatus == TradebackType.Gen1_NotTradeback)
|
||||
if (pkm.Format >= 7 && Info.Generation == 1 && pkm.TradebackStatus == TradebackType.Gen1_NotTradeback)
|
||||
{
|
||||
// purge vc2 from possible chain
|
||||
evos = (DexLevel[][])evos.Clone();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user