PKHeX/PKHeX.Core/Legality/Verifiers
Kurt 6182f889a6 Add learnset moves similar to games
Instead of looping, if the moveset is full and a new move is added, the game shifts all arr[1..] down one slot then adds the move at the end.
Since we don't need to keep track of PP/PP Ups, we can just defer the shifting and do n % 4 rotations at the end instead of n rotations (one on each move added).
2023-04-08 12:20:18 -07:00
..
Ability Add more xmldoc 2023-03-31 13:00:34 -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 Allow Master Rank Ribbon on Treasures of Ruin 2023-03-31 20:04:52 -04:00
AwakenedValueVerifier.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08: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
FormVerifier.cs Skip initial cctor alloc on non-byte primitives (#3850) 2023-03-25 17:55:55 -07:00
GenderVerifier.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
GroundTileVerifier.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
HistoryVerifier.cs Disallow LGPE event gift OT handling 2023-02-07 21:56:25 -08:00
HyperTrainingVerifier.cs Update 22.11.24 2022-11-24 17:42:17 -08:00
IndividualValueVerifier.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
ItemVerifier.cs Minor tweaks 2022-08-19 22:37:27 -07:00
LanguageVerifier.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
LegendsArceusVerifier.cs Add learnset moves similar to games 2023-04-08 12:20:18 -07:00
LevelVerifier.cs Misc tweaks 2023-03-25 17:48:49 -07:00
MarkingVerifier.cs Update 22.11.24 2022-11-24 17:42:17 -08:00
MarkVerifier.cs S/V 1.2.0 Support (#3819) 2023-02-27 19:12:27 -08:00
MedalVerifier.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
MemoryVerifier.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
MiscVerifier.cs Add latest distribution raid data 🦦 2023-03-30 20:07:19 -04: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 Update TransferVerifier.cs 2023-02-07 22:30:33 -08:00
Verifier.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00