PKHeX/PKHeX.Core/PKM/Util
Kurt bc5ed2d218 Misc reductions
Removes empty trashbyte array allocation (less objects)
Change int[] to byte[] (less filesize/mem) (-256*6)
Change int[] to ushort[], precompute reverse table in saved space
removes dictionary lookup for array index fetch (faster, less memory, no
temp obj allocations!)

could make the ushort[] arrays into byte[] by changing them to be value
shifts? Not worth saving filesize for cpu.
2019-03-22 18:42:03 -07:00
..
Experience.cs Move GetIV to pkm, misc simplifications 2019-01-05 10:51:41 -08:00
FormConverter.cs Misc updates 2019-02-24 13:57:10 -08:00
ItemConverter.cs Fix gen1 hm index check 2019-02-28 10:01:28 -08:00
PKMConverter.cs Use min parameter count 2019-03-16 20:04:44 -07:00
PKMSorting.cs Fix xmldoc ampersands 2018-10-31 13:52:09 -07:00
PKX.cs Split StringConverter into smaller pieces 2019-03-20 21:50:44 -07:00
SpeciesConverter.cs Misc reductions 2019-03-22 18:42:03 -07:00