PKHeX/PKHeX.Core/MysteryGifts
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
..
DataMysteryGift.cs ThrowIfNull net7 2023-02-23 01:07:46 -08:00
MysteryGift.cs Add wc5full compatibility (#3854) 2023-04-04 07:19:54 -07:00
MysteryUtil.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
PCD.cs More descriptive version indication wc6/wc7 2023-01-30 22:57:18 -08:00
PGF.cs Privatize some static fields, more robust legal helper classes. (#3865) 2023-04-20 21:23:15 -07:00
PGT.cs Update PGT.cs 2023-04-04 15:03:14 -07:00
PL6.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
ShinyType6.cs Disassociate Shiny enum from WC6 PIDType (#3461) 2022-03-12 17:38:59 -08:00
ShinyType8.cs Disassociate Shiny enum from WC6 PIDType (#3461) 2022-03-12 17:38:59 -08:00
WA8.cs Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
WB7.cs Disallow LGPE event gift OT handling 2023-02-07 21:56:25 -08:00
WB8.cs Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
WC3.cs Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
WC6.cs More descriptive version indication wc6/wc7 2023-01-30 22:57:18 -08:00
WC6Full.cs Minor perf improvement (spans) 2022-06-25 23:08:28 -07:00
WC7.cs More descriptive version indication wc6/wc7 2023-01-30 22:57:18 -08:00
WC7Full.cs Minor perf improvement (spans) 2022-06-25 23:08:28 -07:00
WC8.cs Handle Rev 2 Home WC8 cards (#3910) 2023-06-11 09:03:39 -07:00
WC9.cs Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
WR7.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00