PKHeX/PKHeX.Core/Legality/LearnSource/Sources/Shared
Kurt dcc0e79435
Evotree: Evolution Traversal Enhancements (#3936)
Like move validation, evolutions are the earliest thing we wish to traverse when determining what encounters may have originated the current Pokémon. To determine the permitted species-form-levels a Pokémon could originate with, we must devolve a Pokémon by traveling down-generation to origin. Once we have an encounter, we can then evolve it to the current species, traversing upwards from origin to the current format.
2023-07-05 21:14:09 -07:00
..
IEggSource.cs Remove some bounds checks, int->byte form oops 2022-08-27 12:53:30 -07:00
ILearnSource.cs Condense some expressions for move fetch 2023-04-23 15:51:48 -07:00
IReminderSource.cs Update 22.11.24 2022-11-24 17:42:17 -08:00
LearnOption.cs Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
LearnSource1.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
LearnSource2.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
LearnSource3.cs Privatize some static fields, more robust legal helper classes. (#3865) 2023-04-20 21:23:15 -07:00
LearnSource4.cs Privatize some static fields, more robust legal helper classes. (#3865) 2023-04-20 21:23:15 -07:00
LearnSource5.cs Privatize some static fields, more robust legal helper classes. (#3865) 2023-04-20 21:23:15 -07:00
LearnSource7.cs Skip initial cctor alloc on non-byte primitives (#3850) 2023-03-25 17:55:55 -07:00
MoveTutor.cs Remove some bounds checks, int->byte form oops 2022-08-27 12:53:30 -07:00