PKHeX/Legality
Kaphotics 9b55c015b6 Refactoring
Fix getValidPreEvolutions not decrementing level (the evo level is the
actual value, not 1 for levelup.

Did some performance analysis and optimized a little; the Valid Moves
are now only obtained once instead of 4 times in a loop; used a list to
hold the moves instead of constantly ToArray() which is a little
computation intensive.
2016-03-03 22:12:22 -08:00
..
Analysis.cs Refactoring 2016-03-03 22:12:22 -08:00
Core.cs Refactoring 2016-03-03 22:12:22 -08:00
Data.cs Add encounter slot checking, edge case handling 2016-02-26 07:52:08 -08:00
Tables.cs Add encounter slot checking, edge case handling 2016-02-26 07:52:08 -08:00