PKHeX/PKHeX.Core
Kurt 5e1fd36b96 Account for memory feeling off-by-one bug
If the feeling is zero the game's string formatter will treat it as
null, and will newline before the period.

Gen6 (if I recall correctly) had "it was happy" as index 0
Gen8 (new) has "it was happy" as index 1, with 0 being invalid-bad.

Slice the array differently for gen8 to include the empty line as index
0.

Closes #2549 , ty @crzyc && @architdate for testing index 0 :)
2019-12-08 18:56:37 -08:00
..
Editing Batch editor updates 2019-12-08 17:52:17 -08:00
Game Account for memory feeling off-by-one bug 2019-12-08 18:56:37 -08:00
Legality Use enum for species comparisons 2019-12-08 17:39:19 -08:00
MysteryGifts Use enum for species comparisons 2019-12-08 17:39:19 -08:00
PersonalInfo Fix non-galar egg moves passing 2019-11-24 18:18:26 -08:00
PKM Use enum for species comparisons 2019-12-08 17:39:19 -08:00
Resources Rewrite evolution lineage generating 2019-12-05 22:32:47 -08:00
Ribbons Add Ribbon interfaces to WC8 2019-11-18 17:37:38 -08:00
Saves Use enum for species comparisons 2019-12-08 17:39:19 -08:00
Util Use more performat array join 2019-11-20 17:07:55 -08:00
app.config Converted PKHeX.Core to .Net Standard 2017-05-11 23:34:18 -05:00
PKHeX.Core.csproj Split wild encounters for crossover & weather 2019-11-27 22:46:14 -08:00