PKHeX/PKHeX.Core/Legality/Encounters/Information
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
..
EncounterLearn.cs Add optional form param for learn check 2021-06-06 11:49:13 -07:00
EncounterSuggestion.cs Revise EncounterArea and EncounterType for clarity (#3228) 2021-06-29 20:58:06 -07:00
EncounterSummary.cs Add more xmldoc 2021-02-24 18:08:03 -08:00
ValidEncounterMoves.cs Move min level check for gen1/2 closer to move adder 2021-07-22 21:25:15 -07:00