PKHeX/PKHeX.Core/Saves/Substructures/Gen8/BS
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
..
BattleTowerWork8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
BattleTrainerStatus8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
BerryTreeGrowSave8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
BoxLayout8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
ConfigSave8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
Contest8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
ContestPhotoLanguage8b.cs Extract interface for SaveBlock, allow strict 2022-04-15 11:45:04 -07:00
Daycare8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
EncounterSave8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
FieldGimmickSave8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
FieldObjectSave8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
FlagWork8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
Gem8Version.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
MenuSelect8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
MyItem8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
MyStatus8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
MysteryBlock8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
Party8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
PlayerData8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
PlayTime8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
PoffinSaveData8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
Poketch8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
RandomGroup8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
Record8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
RecordAddData8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
SaveItemShortcut8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
SealDeco8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
SealList8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
SealSticker8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
SystemData8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
UgCountRecord8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
UgItemType.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
UgItemUtil.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
UgSaveData8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
UndergroundItem8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
UndergroundItemList8b.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
UnionSaveData8b.cs Extract interface for SaveBlock, allow strict 2022-04-15 11:45:04 -07:00
Zukan8b.cs Refactoring: Narrow some value types (Species, Move, Form) (#3575) 2022-08-26 23:43:36 -07:00
ZukanSpinda8b.cs Extract interface for SaveBlock, allow strict 2022-04-15 11:45:04 -07:00