PKHeX/PKHeX.Core/PKM/Strings
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
..
StringConverter.cs Minor clean 2021-05-29 15:31:47 -07:00
StringConverter2KOR.cs Revise EncounterArea and EncounterType for clarity (#3228) 2021-06-29 20:58:06 -07:00
StringConverter3.cs Revise EncounterArea and EncounterType for clarity (#3228) 2021-06-29 20:58:06 -07:00
StringConverter4.cs Revise 4->5 encode table (Half-width symbols) 2021-06-11 19:38:34 -07:00
StringConverter7ZH.cs Extract 3ds chinese glyph remapping, only do on 3DS games 2021-04-18 18:29:02 -07:00
StringConverter12.cs Revise EncounterArea and EncounterType for clarity (#3228) 2021-06-29 20:58:06 -07:00
StringConverter12Transporter.cs Minor tweaks 2021-05-18 13:29:55 -07:00
StringConverter345.cs Inline some string logic, extract magic values, xmldoc 2021-03-09 21:31:53 -08:00