PKHeX/PKHeX.Core/PKM/Util
Kurt cb8585f423 Minor optimization
2d array -> 1d
skip copy by cloning instead
eliminate %24 (number is 0-31) by duplicating 0-7 as 24-31

dropping a modulo, >1 bounds check, and a half loop unroll should be
less cpu cycles :)
2018-12-03 23:12:54 -08:00
..
Experience.cs Add AltForm parameter to exp/level fetch 2018-11-26 16:55:16 -08:00
FormConverter.cs Use agreed upon lgpe starter forme name 2018-11-13 19:20:21 -08:00
ItemConverter.cs Misc reorg 2018-08-20 22:09:35 -07:00
PKMConverter.cs Fix broken tests 2018-11-19 16:14:49 -08:00
PKMSorting.cs Fix xmldoc ampersands 2018-10-31 13:52:09 -07:00
PKX.cs Minor optimization 2018-12-03 23:12:54 -08:00
SpeciesConverter.cs Style updates 2018-07-29 13:27:48 -07:00
StringConverter.cs Add methods for 7b quirks 2018-11-14 22:51:53 -08:00