PKHeX/PKHeX.Core/Legality/Encounters/Generator
Kurt 308e6fa291 Add temp workaround for version encounter fetch
PKX.Generation is 8, which returns SWSH evo tree; evo tree doesn't have
non-galar-native species data, so stuff like Ambipom don't get reversed
properly.

use math.max for tree fetch when appropriate:
- egg generator: pre-evolutions like pichu should be allowed if pk1
- don't fetch format twice, just do math.max
2020-01-04 11:14:25 -08:00
..
EncounterCriteria.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
EncounterEggGenerator.cs Add temp workaround for version encounter fetch 2020-01-04 11:14:25 -08:00
EncounterFinder.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
EncounterGenerator.cs Have separate encounter yielder for gen8 2019-12-26 12:32:48 -08:00
EncounterMatchRating.cs Move encounter matching logic to iencounterable 2018-12-27 01:00:08 -08:00
EncounterMovesetGenerator.cs Add temp workaround for version encounter fetch 2020-01-04 11:14:25 -08:00
EncounterOrder.cs Consolidate encounterlink into mysterygift 2019-01-12 23:50:31 -08:00
EncounterSlotGenerator.cs Use enum for species comparisons 2019-12-08 17:39:19 -08:00
EncounterStaticGenerator.cs Use enum for species comparisons 2019-12-08 17:39:19 -08:00
EncounterTradeGenerator.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
MysteryGiftGenerator.cs Tweak gift generator 2019-11-28 10:42:24 -08:00
PeekEnumerator.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00