PKHeX/PKHeX.Core/Legality/Encounters
Kurt 0e2f070510 Clean up know-move-evolution checks
Looks like Mr. Rime case wasn't being handled, so I rewrote it. Better performance, less complexity. No need to double-reference the moves.

Cache a single Valid evolution result; every parse can reuse that object.
2021-05-15 21:41:04 -07:00
..
Data Replace some linq usage with direct logic 2021-05-06 23:26:38 -07:00
EncounterMisc Add Breeding move ordering logic, and use in legality analysis (#3183) 2021-04-04 18:30:01 -07:00
EncounterSlot Use range/index 2021-05-14 15:30:55 -07:00
EncounterStatic Fix toxtricity neutral StatNature generating 2021-05-08 08:29:20 -07:00
EncounterTrade move property to class that uses it 2021-04-17 20:08:20 -07:00
Generator Clean up nickname parsing, make Gender an int type 2021-05-14 23:41:14 -07:00
Information Add more xmldoc 2021-02-24 18:08:03 -08:00
Verifiers Clean up know-move-evolution checks 2021-05-15 21:41:04 -07:00
EncounterMatchRating.cs Add more xmldoc 2021-02-24 18:08:03 -08:00
IEncounterable.cs Add more xmldoc 2021-02-24 18:08:03 -08:00
IEncounterConvertible.cs Add more xmldoc 2021-02-24 18:08:03 -08:00
IEncounterInfo.cs Add more xmldoc 2021-02-24 18:08:03 -08:00
IEncounterMatch.cs Add more xmldoc 2021-02-24 18:08:03 -08:00
IEncounterTemplate.cs Add more xmldoc 2021-02-24 18:08:03 -08:00