diff --git a/PKHeX.Core/PKM/StringConverter.cs b/PKHeX.Core/PKM/StringConverter.cs index a67103b32..af2656dcf 100644 --- a/PKHeX.Core/PKM/StringConverter.cs +++ b/PKHeX.Core/PKM/StringConverter.cs @@ -729,7 +729,7 @@ private static byte SetG3Char(ushort chr, bool jp) {0x80, "ア"}, {0x81, "イ"}, {0x82, "ウ"}, - {0x83, "ェ"}, + {0x83, "エ"}, {0x84, "オ"}, {0x85, "カ"}, {0x86, "キ"},