PKHeX/Tests/PKHeX.Core.Tests/PKM
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
..
HiddenPowerTests.cs Fix Hidden Power Power calculations (and add to UI) (#2989) 2020-09-14 20:06:11 -07:00
PIDIVTests.cs Minor clean 2020-11-11 21:01:41 -08:00
PKMTests.cs Extract 3ds chinese glyph remapping, only do on 3DS games 2021-04-18 18:29:02 -07:00
StatTest.cs Minor tweaks 2021-05-07 22:11:10 -07:00
StringTests.cs Revise EncounterArea and EncounterType for clarity (#3228) 2021-06-29 20:58:06 -07:00