PKHeX/PKHeX.Core/Saves/Substructures/Gen6
Kurt 3c232505e5
Refactoring: Narrow some value types (Species, Move, Form) (#3575)
In this pull request I've changed a ton of method signatures to reflect the more-narrow types of Species, Move# and Form; additionally, I've narrowed other large collections that stored lists of species / permitted values, and reworked them to be more performant with the latest API spaghetti that PKHeX provides. Roamer met locations, usually in a range of [max-min]<64, can be quickly checked using a bitflag operation on a UInt64. Other collections (like "Is this from Colosseum or XD") were eliminated -- shadow state is not transferred COLO<->XD, so having a Shadow ID or matching the met location from a gift/wild encounter is a sufficient check for "originated in XD".
2022-08-26 23:43:36 -07:00
..
OPower File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
SecretBase Refactoring: Narrow some value types (Species, Move, Form) (#3575) 2022-08-26 23:43:36 -07:00
BattleBox6.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
BoxLayout6.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
ConfigSave6.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
Encount6.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
Fashion6XY.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
GameTime6.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
HallFame6Entity.cs Refactoring: Narrow some value types (Species, Move, Form) (#3575) 2022-08-26 23:43:36 -07:00
IGymTeamInfo.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
ItemInfo6.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
LinkBlock6.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
MaisonBlock.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
Misc6AO.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
Misc6XY.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
MyItem6AO.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
MyItem6XY.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
MyStatus6.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
MyStatus6XY.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
MysteryBlock6.cs Refactoring: Move Source (Legality) (#3560) 2022-08-03 16:15:27 -07:00
PlayTime6.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
PSS6.cs Refactoring: Move Source (Legality) (#3560) 2022-08-03 16:15:27 -07:00
Puff6.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
RecordBlock6.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
SangoInfoBlock.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
SecretBase6Block.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
Situation6.cs Fixed error getting Z coordinate (#3567) 2022-08-12 07:58:23 -07:00
SubEventLog6.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
SuperTrainBlock.cs Refactoring: Narrow some value types (Species, Move, Form) (#3575) 2022-08-26 23:43:36 -07:00
TrainerFashion6.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
TrainerSprite6.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00