PKHeX/PKHeX.Core/Legality
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
..
Areas Fix BCC if-else slot loading 2021-07-03 11:35:28 -07:00
Encounters Move min level check for gen1/2 closer to move adder 2021-07-22 21:25:15 -07:00
Enums Change interface for method call to less restricted 2021-07-13 18:22:04 -07:00
Evolutions Change interface for method call to less restricted 2021-07-13 18:22:04 -07:00
Formatting Change interface for method call to less restricted 2021-07-13 18:22:04 -07:00
Learnset Add Breeding move ordering logic, and use in legality analysis (#3183) 2021-04-04 18:30:01 -07:00
Moves Move min level check for gen1/2 closer to move adder 2021-07-22 21:25:15 -07:00
Restrictions Move min level check for gen1/2 closer to move adder 2021-07-22 21:25:15 -07:00
RNG Change interface for method call to less restricted 2021-07-13 18:22:04 -07:00
Structures Show shiny state of encounter in db 2021-05-18 10:36:45 -07:00
Tables Track a PKM's Box,Slot,StorageFlags,Identifier metadata separately (#3222) 2021-06-22 20:23:48 -07:00
Verifiers Minor tweaks 2021-07-22 19:08:56 -07:00
BinLinker.cs Minor tweaks 2021-05-18 16:16:48 -07:00
Breeding.cs Eggs: explicitly pass generation instead of calculating 2021-04-17 20:09:02 -07:00
BulkAnalysis.cs Track a PKM's Box,Slot,StorageFlags,Identifier metadata separately (#3222) 2021-06-22 20:23:48 -07:00
BulkGenerator.cs Unify concepts with different names 2020-12-10 20:42:30 -08:00
Core.cs Misc tweaks 2021-07-06 08:42:15 -07:00
LegalityAnalysis.cs Revise EncounterArea and EncounterType for clarity (#3228) 2021-06-29 20:58:06 -07:00
LegalityAnalyzers.cs Revise EncounterArea and EncounterType for clarity (#3228) 2021-06-29 20:58:06 -07:00
MoveList.cs Move min level check for gen1/2 closer to move adder 2021-07-22 21:25:15 -07:00
MoveListSuggest.cs Move min level check for gen1/2 closer to move adder 2021-07-22 21:25:15 -07:00