PKHeX/PKHeX.Core/PKM/Interfaces
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
..
Metadata Update 22.11.24 2022-11-24 17:42:17 -08:00
Templates Add more xmldoc 2023-03-31 13:00:34 -07:00
IAffection.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
IAlpha.cs Update 22.11.24 2022-11-24 17:42:17 -08:00
IAwakened.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
IBattleVersion.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
ICaughtData2.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
IContestStats.cs Update 22.11.24 2022-11-24 17:42:17 -08:00
IDynamaxLevel.cs Update 22.11.24 2022-11-24 17:42:17 -08:00
IFatefulEncounter.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
IFavorite.cs Update 22.11.24 2022-11-24 17:42:17 -08:00
IFormArgument.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
IGanbaru.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
IGeoTrack.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
IGigantamax.cs Update 22.11.24 2022-11-24 17:42:17 -08:00
IGroundTile.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
IHandlerLanguage.cs Add more xmldoc 2022-08-21 01:39:16 -07:00
IHomeTrack.cs Move some interfaces to different folder 2022-03-06 12:06:50 -08:00
IHyperTrain.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
IMemoryHT.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
IMemoryOT.cs Update 22.11.24 2022-11-24 17:42:17 -08:00
IMoveReset.cs Add more xmldoc 2022-08-21 01:39:16 -07:00
IMoveShop8.cs Add learnset moves similar to games 2023-04-08 12:20:18 -07:00
INature.cs Update 22.11.24 2022-11-24 17:42:17 -08:00
INoble.cs Move some interfaces to different folder 2022-03-06 12:06:50 -08:00
IRegionOrigin.cs Add more xmldoc 2022-08-21 01:39:16 -07:00
ISanityChecksum.cs Add more xmldoc 2022-08-21 01:39:16 -07:00
IScaledSize.cs Update 22.11.24 2022-11-24 17:42:17 -08:00
IShadowCapture.cs Update 22.11.24 2022-11-24 17:42:17 -08:00
ISociability.cs Minor tweaks 2022-04-09 00:08:24 -07:00
ITechRecord.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
ITeraType.cs Update 22.11.24 2022-11-24 17:42:17 -08:00
ITrainerID.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
ITrainerID32.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
ITrainerMemories.cs Add more xmldoc 2022-08-21 01:39:16 -07:00