mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-10 22:00:16 -05:00
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 :) |
||
|---|---|---|
| .. | ||
| GameStrings | ||
| Ability.cs | ||
| Ball.cs | ||
| ComboItem.cs | ||
| GameData.cs | ||
| GameUtil.cs | ||
| GameVersion.cs | ||
| GCVersion.cs | ||
| Gender.cs | ||
| IBasicStrings.cs | ||
| LanguageGC.cs | ||
| LanguageID.cs | ||
| MoveType.cs | ||
| Nature.cs | ||
| RegionID.cs | ||
| Species.cs | ||