mirror of
https://github.com/kwsch/PKHeX
synced 2024-12-29 22:03:10 +00:00
3c232505e5
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". |
||
---|---|---|
.. | ||
BattleTowerWork8b.cs | ||
BattleTrainerStatus8b.cs | ||
BerryTreeGrowSave8b.cs | ||
BoxLayout8b.cs | ||
ConfigSave8b.cs | ||
Contest8b.cs | ||
ContestPhotoLanguage8b.cs | ||
Daycare8b.cs | ||
EncounterSave8b.cs | ||
FieldGimmickSave8b.cs | ||
FieldObjectSave8b.cs | ||
FlagWork8b.cs | ||
Gem8Version.cs | ||
MenuSelect8b.cs | ||
MyItem8b.cs | ||
MyStatus8b.cs | ||
MysteryBlock8b.cs | ||
Party8b.cs | ||
PlayerData8b.cs | ||
PlayTime8b.cs | ||
PoffinSaveData8b.cs | ||
Poketch8b.cs | ||
RandomGroup8b.cs | ||
Record8b.cs | ||
RecordAddData8b.cs | ||
SaveItemShortcut8b.cs | ||
SealDeco8b.cs | ||
SealList8b.cs | ||
SealSticker8b.cs | ||
SystemData8b.cs | ||
UgCountRecord8b.cs | ||
UgItemType.cs | ||
UgItemUtil.cs | ||
UgSaveData8b.cs | ||
UndergroundItem8b.cs | ||
UndergroundItemList8b.cs | ||
UnionSaveData8b.cs | ||
Zukan8b.cs | ||
ZukanSpinda8b.cs |