PKHeX/PKHeX.Core/Legality/Moves
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
..
EggInfoSource.cs Extract EvoBase and MoveList from Core 2020-06-20 19:44:05 -05:00
GameData.cs Split GO from "GG" gameversion 2020-08-06 18:24:20 -07:00
LearnInfo.cs More readonly struct tweaks 2019-10-26 23:18:25 -07:00
LearnLookup.cs Minor clean 2020-05-26 16:59:47 -07:00
MoveEgg.cs Rewrite some magic gender value logic 2020-06-27 12:01:28 -05:00
MoveLevelUp.cs Minor refactoring 2020-09-06 10:53:13 -07:00
MoveParseSource.cs Minor renaming/type change of passed args 2020-05-31 12:12:07 -07:00
MoveTechnicalMachine.cs Split GO from "GG" gameversion 2020-08-06 18:24:20 -07:00
MoveTutor.cs Pass species param to exists-in check 2020-06-27 14:04:28 -05:00