PKHeX/PKHeX.Core/Legality/Encounters/EncounterSlot
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
..
GO HOME 2.0.0: Handle conversion behavior & restrictions (#3506) 2022-05-30 21:43:52 -07:00
EncounterSlot.cs HOME 2.0.0: Handle conversion behavior & restrictions (#3506) 2022-05-30 21:43:52 -07:00
EncounterSlot1.cs -8 bytes from each encounter template 2022-03-06 23:25:47 -08:00
EncounterSlot2.cs -8 bytes from each encounter template 2022-03-06 23:25:47 -08:00
EncounterSlot3.cs Performance: Slightly reduce allocations in moveset validation (#3460) 2022-03-12 17:39:00 -08:00
EncounterSlot3PokeSpot.cs -8 bytes from each encounter template 2022-03-06 23:25:47 -08:00
EncounterSlot3Swarm.cs Create initial movesets for Alpha entities correctly, verify initial mastery (#3489) 2022-05-06 15:43:23 -07:00
EncounterSlot4.cs -8 bytes from each encounter template 2022-03-06 23:25:47 -08:00
EncounterSlot5.cs -8 bytes from each encounter template 2022-03-06 23:25:47 -08:00
EncounterSlot6AO.cs HOME 2.0.0: Handle conversion behavior & restrictions (#3506) 2022-05-30 21:43:52 -07:00
EncounterSlot6XY.cs -8 bytes from each encounter template 2022-03-06 23:25:47 -08:00
EncounterSlot7.cs -8 bytes from each encounter template 2022-03-06 23:25:47 -08:00
EncounterSlot7b.cs -8 bytes from each encounter template 2022-03-06 23:25:47 -08:00
EncounterSlot8.cs Minor clean 2022-05-02 23:48:25 -07:00
EncounterSlot8a.cs Treat random gendered slots correctly 2022-05-10 21:52:01 -07:00
EncounterSlot8b.cs -8 bytes from each encounter template 2022-03-06 23:25:47 -08:00
IGroundTypeTile.cs Change interface for method call to less restricted 2021-07-13 18:22:04 -07:00
IMagnetStatic.cs SlotNumber/MagnetStatic int->byte 2022-03-06 22:47:03 -08:00
INumberedSlot.cs SlotNumber/MagnetStatic int->byte 2022-03-06 22:47:03 -08:00