PKHeX/PKHeX.Core/Legality/Encounters
Kurt 9667e86446 Simplify dreamworld encounter init
precompute result size
set Gen5 as lumped group for common encounters
remove linq usage (besides Sum call, whatever)
GetEncounters now only filters the in-game static encounters rather than the dreamworld too, as those are already filtered by separate arrays.
2020-08-30 19:51:44 -07:00
..
Data Simplify dreamworld encounter init 2020-08-30 19:51:44 -07:00
EncounterMisc Split memories from main pkm class to interface 2020-07-31 17:25:14 -07:00
EncounterSlot Remove some unecessary setter requirements 2020-08-30 15:44:13 -07:00
EncounterStatic Make multiple-met locations a single object instance 2020-08-30 19:24:24 -07:00
EncounterTrade Make multiple-met locations a single object instance 2020-08-30 19:24:24 -07:00
Generator Make EncounterStatic abstract, make Generation property abstract 2020-08-30 16:10:24 -07:00
Information Offload EncounterSlot loading logic to reduce complexity (#2980) 2020-08-30 10:23:22 -07:00
Verifiers Remove usage of linq for duplicate count 2020-08-30 15:43:29 -07:00
IEncounterable.cs Fix dizzy punch egg recognition & gen2 hatch conter verification 2020-07-12 20:58:07 -05:00