PKHeX/PKHeX.Core/Legality/Restrictions/Memories
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
..
Memories.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
MemoryArgType.cs Simplify some memory args 2022-08-24 23:29:03 -07:00
MemoryContext.cs Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
MemoryContext6.cs Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
MemoryContext6Data.cs Misc tweaks 2023-05-07 13:32:29 -07:00
MemoryContext8.cs Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
MemoryContext8Data.cs Misc tweaks 2023-05-07 13:32:29 -07:00
MemoryPermissions.cs Privatize some static fields, more robust legal helper classes. (#3865) 2023-04-20 21:23:15 -07:00
MemoryRules.cs Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
MemoryVariableSet.cs Add more xmldoc 2022-08-21 01:39:16 -07:00