mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-13 10:05:23 -05:00
Fix remapped glyph
Future updates to glyph remapping to come later
This commit is contained in:
@@ -45,7 +45,7 @@ public static string TransferGlyphs56(string str)
|
||||
{'\u2467', '\u00d7'}, // ×
|
||||
{'\u2468', '\u00f7'}, // ÷
|
||||
|
||||
{'\u246c', '\u2026'}, // …
|
||||
{'\u246c', '\uE08D'}, // …
|
||||
{'\u246d', '\uE08E'}, // ♂
|
||||
{'\u246e', '\uE08F'}, // ♀
|
||||
{'\u246f', '\uE090'}, // ♠
|
||||
|
||||
Reference in New Issue
Block a user