PKHeX/PKHeX.Core/Legality/Moves
Kurt 8b180c3122 Fix egg move source indications (were defaulting to gen2)
Switch expression had an issue with interpreting the object's type (unboxing, yay)

should probably just return a typed object from the parse, but nah, this is a quick fix.
2021-04-16 17:57:48 -07:00
..
Breeding Fix egg move source indications (were defaulting to gen2) 2021-04-16 17:57:48 -07:00
GameData.cs Add Breeding move ordering logic, and use in legality analysis (#3183) 2021-04-04 18:30:01 -07:00
LearnInfo.cs Target type'd new 2020-12-21 17:17:56 -08:00
LearnLookup.cs Unify concepts with different names 2020-12-10 20:42:30 -08:00
MoveEgg.cs Simplify shared egg move array get 2021-01-31 23:07:14 -08:00
MoveLevelUp.cs Use IndexOf instead of FindIndex when possible 2021-01-16 12:47:02 -08:00
MoveParseSource.cs Minor clean 2020-12-21 23:37:07 -08:00
MoveTechnicalMachine.cs Add TR flags to emoveset generator 2021-01-30 21:49:45 -08:00
MoveTutor.cs Bake cosplay moves into the encounter template 2021-02-02 09:40:58 -08:00