mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-03-21 17:48:28 -05:00
Update EncounterGenerator9X.cs
Nobody cares about SW/SH for a month eh
This commit is contained in:
parent
148d71e7ea
commit
84e5382134
|
|
@ -29,6 +29,7 @@ public IEnumerable<IEncounterable> GetEncounters(PKM pk, LegalInfo info)
|
|||
ZA => EncounterGenerator9a.Instance.GetEncounters(pk, chain, info),
|
||||
SL or VL => EncounterGenerator9.Instance.GetEncounters(pk, chain, info),
|
||||
0 when pk.IsEgg => EncounterGenerator9.Instance.GetEncounters(pk, chain, info), // 0 for eggs
|
||||
SW or SH => EncounterGenerator8X.Instance.GetEncounters(pk, chain, info), // Backwards transfers to SW/SH that are recognized as being from Gen9
|
||||
_ => [],
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user