PKHeX/PKHeX.Core/Legality/Verifiers
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
..
Ability Initial support for Pokémon HOME 3.0.0 (#3899) 2023-06-03 18:19:16 -07:00
Ball Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
Egg Update EggStateLegality.cs 2023-01-07 14:17:34 -08:00
Misc Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
Ribbons Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
AwakenedValueVerifier.cs Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
ConsoleRegionVerifier.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
ContestStatVerifier.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
CXDVerifier.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
EffortValueVerifier.cs Add learnset moves similar to games 2023-04-08 12:20:18 -07:00
FormArgumentVerifier.cs Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
FormVerifier.cs Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
GenderVerifier.cs Privatize some static fields, more robust legal helper classes. (#3865) 2023-04-20 21:23:15 -07:00
GroundTileVerifier.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
HistoryVerifier.cs Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
HyperTrainingVerifier.cs Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
IndividualValueVerifier.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
ItemVerifier.cs struct CheckResult 2023-04-23 16:04:04 -07:00
LanguageVerifier.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
LegendsArceusVerifier.cs Privatize some static fields, more robust legal helper classes. (#3865) 2023-04-20 21:23:15 -07:00
LevelVerifier.cs Minor minor perf 2023-04-15 01:58:37 -07:00
MarkingVerifier.cs Update 22.11.24 2022-11-24 17:42:17 -08:00
MarkVerifier.cs Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
MedalVerifier.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
MemoryVerifier.cs Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
MiscVerifier.cs Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
NHarmoniaVerifier.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
NicknameVerifier.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
ParseSettings.cs Skip closing other-thread popups on sav load 2023-02-03 12:52:52 -08:00
PIDVerifier.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
TrainerIDVerifier.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
TrainerNameVerifier.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
TransferVerifier.cs Initial support for Pokémon HOME 3.0.0 (#3899) 2023-06-03 18:19:16 -07:00
Verifier.cs struct CheckResult 2023-04-23 16:04:04 -07:00