PKHeX/PKHeX.WinForms/Subforms/PKM Editors
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
..
BatchEditor.cs Switch pkm export formats to party format 2019-11-16 14:03:25 -08:00
BatchEditor.Designer.cs Cleanup 2019-10-26 12:33:58 -07:00
MemoryAmie.cs Account for memory feeling off-by-one bug 2019-12-08 18:56:37 -08:00
MemoryAmie.Designer.cs Add .NET Core 3.0 build option for WinForms project (#2396) 2019-10-01 18:12:08 -07:00
RibbonEditor.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
RibbonEditor.Designer.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
SuperTrainingEditor.cs Clean up super training medal checks 2019-09-20 20:55:36 -07:00
SuperTrainingEditor.Designer.cs Add .NET Core 3.0 build option for WinForms project (#2396) 2019-10-01 18:12:08 -07:00
TechRecordEditor.cs Add technical record flag editor & api 2019-11-15 23:12:28 -08:00
TechRecordEditor.Designer.cs Add technical record flag editor & api 2019-11-15 23:12:28 -08:00
Text.cs Minor clean 2019-11-26 10:45:36 -08:00
Text.Designer.cs Add .NET Core 3.0 build option for WinForms project (#2396) 2019-10-01 18:12:08 -07:00