PKHeX/PKHeX.Core
Kurt c14f2a1dd1 Minor initialization tweaks
GameStrings: 10% of strings are unique; just mark everything. Stop a little early so we don't process the empty & (trade) string.
LearnsetReader: All empty entries are length==0; malformed should throw an exception (never).
EggMoves: Compute ptr inside the array fetch loop; don't use linq.

EggMoves & string shaves off 80ms of startup time according to profiling; some could be attributed to warm-up but yay more efficient.
2020-12-28 10:22:13 -08:00
..
Editing moar is or 2020-12-25 12:30:26 -08:00
Game Minor initialization tweaks 2020-12-28 10:22:13 -08:00
Legality Minor initialization tweaks 2020-12-28 10:22:13 -08:00
MysteryGifts moar is or 2020-12-25 12:30:26 -08:00
PersonalInfo Use new switch statements 2020-12-23 17:14:38 -08:00
PKM moar is or 2020-12-25 12:30:26 -08:00
Resources Update DPPt Starter event constants (#3112) 2020-12-26 12:46:49 -08:00
Ribbons Remove artist ribbon restriction requiring master ribbon 2020-09-23 20:47:48 -07:00
Saves moar is or 2020-12-25 12:30:26 -08:00
Util Split up DataUtil to separate files 2020-12-21 19:13:18 -08:00
app.config Converted PKHeX.Core to .Net Standard 2017-05-11 23:34:18 -05:00
PKHeX.Core.csproj Bump PKHeX.Core to C#9 language version 2020-12-21 16:52:11 -08:00