PKHeX/PKHeX.Core/Legality/Encounters/Verifiers
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
..
EncounterVerifier.cs Change interface for method call to less restricted 2021-07-13 18:22:04 -07:00
EvolutionVerifier.cs Clean up know-move-evolution checks 2021-05-15 21:41:04 -07:00
GenerationTraversal.cs Extract generation traversal list fetch to static class 2021-04-17 13:09:09 -07:00
MysteryGiftRestriction.cs Minor clean 2020-01-05 18:46:30 -08:00
MysteryGiftVerifier.cs Unify concepts with different names 2020-12-10 20:42:30 -08:00
VerifyCurrentMoves.cs Move min level check for gen1/2 closer to move adder 2021-07-22 21:25:15 -07:00
VerifyRelearnMoves.cs Change interface for method call to less restricted 2021-07-13 18:22:04 -07:00