PKHeX/PKHeX.Core/Legality/Encounters
Kurt 103aa9aa4b
Revise EncounterArea and EncounterType for clarity (#3228)
EncounterArea now stores a more specific type'd array for encounter slots. Better iteration and less casting, as the nonspecific `Slots` fetch is rarely referenced.

EncounterType renamed to GroundTile to reflect how it actually works in Gen4. Was previously an ambiguous field that was clarified a little; we can describe it a little better now. Keep the GUI the same to not scare the end users.

Change Trash Byte properties to get/set a Span. Trash Byte legality checking easier on the garbage collector?
2021-06-29 20:58:06 -07:00
..
Data Revise EncounterArea and EncounterType for clarity (#3228) 2021-06-29 20:58:06 -07:00
EncounterMisc Set language for gen3 eggs prior to applying nickname 2021-06-27 15:43:35 -07:00
EncounterSlot Revise EncounterArea and EncounterType for clarity (#3228) 2021-06-29 20:58:06 -07:00
EncounterStatic Revise EncounterArea and EncounterType for clarity (#3228) 2021-06-29 20:58:06 -07:00
EncounterTrade Make EncounterTrade met location use inheritance 2021-05-18 17:14:17 -07:00
Generator Revise EncounterArea and EncounterType for clarity (#3228) 2021-06-29 20:58:06 -07:00
Information Revise EncounterArea and EncounterType for clarity (#3228) 2021-06-29 20:58:06 -07:00
Verifiers Track a PKM's Box,Slot,StorageFlags,Identifier metadata separately (#3222) 2021-06-22 20:23:48 -07:00
EncounterMatchRating.cs Add more xmldoc 2021-02-24 18:08:03 -08:00
IEncounterable.cs Add more xmldoc 2021-02-24 18:08:03 -08:00
IEncounterConvertible.cs Add more xmldoc 2021-02-24 18:08:03 -08:00
IEncounterInfo.cs Add more xmldoc 2021-02-24 18:08:03 -08:00
IEncounterMatch.cs Add more xmldoc 2021-02-24 18:08:03 -08:00
IEncounterTemplate.cs Show shiny state of encounter in db 2021-05-18 10:36:45 -07:00