PKHeX/PKHeX.WinForms
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
..
Controls Use enum for species comparisons 2019-12-08 17:39:19 -08:00
MainWindow Trycatch all clipboard set-text operations 2019-11-22 21:23:00 -08:00
Misc Fix thanks textbox anchoring 2019-11-25 13:01:25 -08:00
Properties updated shiny indicator for xor0 (#2522) 2019-11-25 09:27:42 -08:00
Resources Update 19.11.25 2019-11-25 10:36:32 -08:00
Subforms Account for memory feeling off-by-one bug 2019-12-08 18:56:37 -08:00
Util Trycatch all clipboard set-text operations 2019-11-22 21:23:00 -08:00
FodyWeavers.xml Sword/Shield Update 2019-11-15 17:52:08 -08:00
FodyWeavers.xsd Weave net46 dlls into single exe 2019-10-01 19:55:12 -07:00
icon.ico Split winforms to separate project 2017-01-07 23:54:09 -08:00
PKHeX.WinForms.csproj Update 19.11.25 2019-11-25 10:36:32 -08:00
Program.cs Remove explicit mono build, update readme 2019-10-16 20:52:09 -07:00
Settings.cs Cleanup 2019-10-26 12:33:58 -07:00