PKHeX/PKHeX.Core/Saves/Substructures
Kurt 5bcccc6d92
HOME 2.0.0: Handle conversion behavior & restrictions (#3506)
* Revises legality checks to account for traveling between the three game islands (PLA/BDSP/SWSH)
* Adds conversion mechanisms between the three formats, as well as flexible conversion options to backfill missing data (thanks GameFreak/ILCA for opting for lossy conversion instead of updating the games).
* Adds API abstractions for HOME data storage format (EKH/PKH format 1, aka EH1/PH1).
* Revises some APIs for better usage:
  - `PKM` now exposes a `Context` to indicate the isolation context for legality purposes.
  - Some method signatures have changed to accept `Context` or `GameVersion` instead of a vague `int` for Generation.
  - Evolution History is now tracked in the Legality parse for specific contexts, rather than only per generation.
2022-05-30 21:43:52 -07:00
..
Battle Videos Handle struct default ctor 17.1 handling 2022-02-21 16:11:58 -08:00
Gen3 Change signature to set stackalloc ivs 2022-04-08 20:43:31 -07:00
Gen4 Add gen4 pokedex extdata reader 2022-03-22 10:25:53 -07:00
Gen5 Extract interface for SaveBlock, allow strict 2022-04-15 11:45:04 -07:00
Gen6 Fix g6 hof len 2022-04-23 22:05:51 -07:00
Gen7 Use tuples and ComboItem, not anonymous class 2022-05-06 15:43:51 -07:00
Gen8 Revise Overworld8a application of PIDIV 2022-04-22 21:11:11 -07:00
Gen12 Decouple event flag/work from SaveFile 2022-04-09 18:12:57 -07:00
Inventory Extract interface for SaveBlock, allow strict 2022-04-15 11:45:04 -07:00
Mail PK5: Clear party stats on import 2022-05-08 18:36:18 -07:00
Misc More records/sealing 2021-12-05 23:54:59 -08:00
PokeDex HOME 2.0.0: Handle conversion behavior & restrictions (#3506) 2022-05-30 21:43:52 -07:00
IEventFlagArray.cs Extract IMultiplayerSprite from SaveFile 2022-04-15 14:58:40 -07:00
IMultiplayerSprite.cs Extract IMultiplayerSprite from SaveFile 2022-04-15 14:58:40 -07:00
ITrainerStatRecord.cs Add BDSP trainer stat records 2021-11-20 15:40:18 -08:00
MysteryGiftAlbum.cs seal hunting 2020-09-07 13:51:13 -07:00
Records.cs Automatically update v1.1 expanded records on TID/SID change 2021-11-25 20:05:39 -08:00