PKHeX/PKHeX.Core/Legality/Encounters
Kurt 7bd844d5c5 Move min level check for gen1/2 closer to move adder
Check per-evolution min level rather than basing it on the original encounter data.

Correctly parses stuff like a captured level 23 Nidorina that immediately evolves into Nidoqueen, then learns Body Slam.

Passing zero is better than passing 1, as 0 requires no value pushing.

tidy up method signatures in MoveLevelUp so that species is followed by form, and the lookups are textually aligned. Clarify "maxLevel" instead of max/lvl, same as min.
2021-07-22 21:25:15 -07:00
..
Data Add fossil distribution raids 2021-07-22 20:08:14 -04:00
EncounterMisc Set language for gen3 eggs prior to applying nickname 2021-06-27 15:43:35 -07:00
EncounterSlot Change interface for method call to less restricted 2021-07-13 18:22:04 -07:00
EncounterStatic Revise EncounterArea and EncounterType for clarity (#3228) 2021-06-29 20:58:06 -07:00
EncounterTrade Make EncounterTrade met location use inheritance 2021-05-18 17:14:17 -07:00
Generator Change interface for method call to less restricted 2021-07-13 18:22:04 -07:00
Information Move min level check for gen1/2 closer to move adder 2021-07-22 21:25:15 -07:00
Verifiers Move min level check for gen1/2 closer to move adder 2021-07-22 21:25:15 -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 Show shiny state of encounter in db 2021-05-18 10:36:45 -07:00