mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 14:30:56 +00:00
3e7775fc44
* Track a PKM's Box,Slot,StorageFlags,Identifier metadata separately Don't store within the object, track the slot origin data separately. Batch editing now pre-filters if using Box/Slot/Identifier logic; split up mods/filters as they're starting to get pretty hefty. - Requesting a Box Data report now shows all slots in the save file (party, misc) - Can now exclude backup saves from database search via toggle (separate from settings preventing load entirely) - Replace some linq usages with direct code * Remove WasLink virtual in PKM Inline any logic, since we now have encounter objects to indicate matching, rather than the proto-legality logic checking properties of a PKM. * Use Fateful to directly check gen5 mysterygift origins No other encounter types in gen5 apply Fateful * Simplify double ball comparison Used to be separate for deferral cases, now no longer needed to be separate. * Grab move/relearn reference and update locally Fix relearn move identifier * Inline defog HM transfer preference check HasMove is faster than getting moves & checking contains. Skips allocation by setting values directly. * Extract more met location metadata checks: WasBredEgg * Replace Console.Write* with Debug.Write* There's no console output UI, so don't include them in release builds. * Inline WasGiftEgg, WasEvent, and WasEventEgg logic Adios legality tags that aren't entirely correct for the specific format. Just put the computations in EncounterFinder. |
||
---|---|---|
.. | ||
BattleTree7.cs | ||
BelugaBlockIndex.cs | ||
BoxLayout7.cs | ||
CaptureRecords.cs | ||
ConfigSave6.cs | ||
ConfigSave7.cs | ||
ConfigSave7b.cs | ||
Daycare7.cs | ||
EventVarType.cs | ||
EventWork7b.cs | ||
FashionBlock7.cs | ||
FestaFacility.cs | ||
FieldMenu7.cs | ||
FieldMoveModelSave7.cs | ||
GameTime7.cs | ||
GoParkStorage.cs | ||
GP1.cs | ||
HallOfFame7.cs | ||
IEventWork.cs | ||
JoinFesta7.cs | ||
Misc7.cs | ||
Misc7b.cs | ||
MyItem.cs | ||
MyItem7b.cs | ||
MyItem7SM.cs | ||
MyItem7USUM.cs | ||
MyStatus7.cs | ||
MyStatus7b.cs | ||
MysteryBlock7.cs | ||
PlayerBattleStyle7.cs | ||
PlayerSkinColor7.cs | ||
PlayTime7b.cs | ||
PokeFinder7.cs | ||
PokeListHeader.cs | ||
PouchSize7b.cs | ||
QR7.cs | ||
ResortSave7.cs | ||
SAV7BlockIndex.cs | ||
SaveBlock.cs | ||
Situation7.cs | ||
Stamp7.cs | ||
WB7Records.cs | ||
WormholeInfoReader.cs | ||
WR7GiftType.cs |