mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-26 15:30:35 -05:00
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... |
||
|---|---|---|
| .. | ||
| EncounterCriteria.cs | ||
| EncounterEggGenerator.cs | ||
| EncounterFinder.cs | ||
| EncounterGenerator.cs | ||
| EncounterMatchRating.cs | ||
| EncounterMovesetGenerator.cs | ||
| EncounterOrder.cs | ||
| EncounterSlotGenerator.cs | ||
| EncounterStaticGenerator.cs | ||
| EncounterTradeGenerator.cs | ||
| MysteryGiftGenerator.cs | ||
| PeekEnumerator.cs | ||