PKHeX/PKHeX.Core/Legality/Evolutions
Kurt cf9e5ec37f Minor refactoring
Change Ability array to IReadOnlyList, add method to check ability index in personal data
Suppress some message warnings
Change EvolutionChain short-circuit for VC to jump from gen6 directly down to gen2. There aren't any notradeback 1 situations, so a notradeback1 will always start with g=1, so no need for the other if-continue.

Simplify pk5 conversion
2020-09-06 10:53:13 -07:00
..
EvolutionSets Readonly init EvolutionMethod 2020-01-25 15:42:17 -08:00
DexLevel.cs Finish splitting gen1/2 encounter types from parent class 2020-07-19 13:32:40 -05:00
EncounterOrigin.cs Refactoring some IEncounterable-type'd object initialization and original-generation evo chain (#2974) 2020-08-21 16:35:49 -07:00
EvoCriteria.cs Finish splitting gen1/2 encounter types from parent class 2020-07-19 13:32:40 -05:00
EvolutionChain.cs Minor refactoring 2020-09-06 10:53:13 -07:00
EvolutionMethod.cs Initial Isle of Armor support 2020-06-19 18:51:15 -05:00
EvolutionTree.cs Refactoring some IEncounterable-type'd object initialization and original-generation evo chain (#2974) 2020-08-21 16:35:49 -07:00
EvolutionType.cs Initial Isle of Armor support 2020-06-19 18:51:15 -05:00