PKHeX/PKHeX.Core/Legality/Encounters/Generator/Search
Kurt b435f8c258 Offload gen1/2 event templates to pickles
Thanks @ShadowMario3 for doing the raw data entry for these templates -- see PKHeX.EncounterSlotDumper for the csv -> pkl conversion logic.

Reduces object size by classifying groups of events with specific features, and reduces the explicitness of defining each single encounter.

Hard-code the span of Gen1 VC mew to not need to grab the resource, and add an overload to iterate a single template (skips an array creation).

Co-Authored-By: ShadowMario3 <36941677+ShadowMario3@users.noreply.github.com>
2024-02-24 17:53:46 -06:00
..
Dirtied Refactor: Gen3/4 Lead Encounters, property fixing (#4193) 2024-02-22 21:20:54 -06:00
EncounterEnumerator1.cs Offload gen1/2 event templates to pickles 2024-02-24 17:53:46 -06:00
EncounterEnumerator2.cs Offload gen1/2 event templates to pickles 2024-02-24 17:53:46 -06:00
EncounterEnumerator3.cs Refactor: Gen3/4 Lead Encounters, property fixing (#4193) 2024-02-22 21:20:54 -06:00
EncounterEnumerator3GC.cs Refactor: Gen3/4 Lead Encounters, property fixing (#4193) 2024-02-22 21:20:54 -06:00
EncounterEnumerator4.cs Refactor: Gen3/4 Lead Encounters, property fixing (#4193) 2024-02-22 21:20:54 -06:00
EncounterEnumerator5.cs Refactor: Gen3/4 Lead Encounters, property fixing (#4193) 2024-02-22 21:20:54 -06:00
EncounterEnumerator6.cs Refactor: Gen3/4 Lead Encounters, property fixing (#4193) 2024-02-22 21:20:54 -06:00
EncounterEnumerator7.cs Refactor: Gen3/4 Lead Encounters, property fixing (#4193) 2024-02-22 21:20:54 -06:00
EncounterEnumerator7GG.cs Refactor: Gen3/4 Lead Encounters, property fixing (#4193) 2024-02-22 21:20:54 -06:00
EncounterEnumerator7GO.cs Misc tweaks 2023-09-10 21:17:47 -07:00
EncounterEnumerator8.cs Refactor: Gen3/4 Lead Encounters, property fixing (#4193) 2024-02-22 21:20:54 -06:00
EncounterEnumerator8a.cs Refactor: Gen3/4 Lead Encounters, property fixing (#4193) 2024-02-22 21:20:54 -06:00
EncounterEnumerator8b.cs Refactor: Gen3/4 Lead Encounters, property fixing (#4193) 2024-02-22 21:20:54 -06:00
EncounterEnumerator8GO.cs Add better handling for specific GO transfers 2024-01-12 18:58:23 -08:00
EncounterEnumerator9.cs Refactor: Gen3/4 Lead Encounters, property fixing (#4193) 2024-02-22 21:20:54 -06:00
MatchedEncounter.cs Misc tweaks 2023-09-10 21:17:47 -07:00