PKHeX/PKHeX.Core/Legality/Encounters/Generator
Kurt fa344208b2 Add crossover location handling
Closes #2461 by implementing slightly differently

Dictionary instead of new[] every area
Checks original met location first before attempting the dictionary
lookup (missing in pull request)
Easy path forward if LGPE crossover is needed

Potential issues: Since encounter types aren't marked, shaking trees and
fishing encounters are allowed to cross over. Maybe need to have some
marking for encounter slots or something...
2019-11-19 08:38:18 -08:00
..
EncounterCriteria.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
EncounterEggGenerator.cs Rework GetBaseSpecies to return EvoCriteria 2019-11-18 20:26:11 -08:00
EncounterFinder.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
EncounterGenerator.cs Rework GetBaseSpecies to return EvoCriteria 2019-11-18 20:26:11 -08:00
EncounterMatchRating.cs Move encounter matching logic to iencounterable 2018-12-27 01:00:08 -08:00
EncounterMovesetGenerator.cs Add Form (AltForm) to IEncounterable interface 2019-11-18 22:20:55 -08:00
EncounterOrder.cs Consolidate encounterlink into mysterygift 2019-01-12 23:50:31 -08:00
EncounterSlotGenerator.cs Add crossover location handling 2019-11-19 08:38:18 -08:00
EncounterStaticGenerator.cs Add swsh content placeholders (#2392) 2019-09-23 16:56:47 -07:00
EncounterTradeGenerator.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
MysteryGiftGenerator.cs Add swsh content placeholders (#2392) 2019-09-23 16:56:47 -07:00
PeekEnumerator.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00