mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-14 14:27:41 -05:00
Do not allow gen2 evolutions in generation 2 for VC1 pokemon, gen2 preevolutions are allowed
This commit is contained in:
@@ -1494,6 +1494,8 @@ internal static DexLevel[][] GetEvolutionChainsAllGens(PKM pkm, IEncounterable E
|
||||
}
|
||||
|
||||
int maxspeciesgen = GetMaxSpeciesOrigin(gen);
|
||||
if (gen == 2 && pkm.VC1)
|
||||
maxspeciesgen = MaxSpeciesID_1;
|
||||
|
||||
// Remove future gen evolutions after a few special considerations,
|
||||
// it the pokemon origin is illegal like a "gen 3" Infernape the list will be emptied, it didnt existed in gen 3 in any evolution phase
|
||||
|
||||
Reference in New Issue
Block a user