mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-23 23:03:03 -05:00
Move logic closer to where it is used rather than in larger static classes EncounterStatic(7): move VC transfer template creation to class, simplify some sanity checks EvoChain: g==2 case is never hit as the generation check at the top of the loop already skips |
||
|---|---|---|
| .. | ||
| EncounterCriteria.cs | ||
| EncounterEggGenerator.cs | ||
| EncounterFinder.cs | ||
| EncounterGenerator.cs | ||
| EncounterGenerator12.cs | ||
| EncounterMatchRating.cs | ||
| EncounterMovesetGenerator.cs | ||
| EncounterOrder.cs | ||
| EncounterSlotGenerator.cs | ||
| EncounterStaticGenerator.cs | ||
| EncounterTradeGenerator.cs | ||
| MysteryGiftGenerator.cs | ||
| PeekEnumerator.cs | ||