mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 14:44:24 +00:00
Fix remapped glyph
Future updates to glyph remapping to come later
This commit is contained in:
parent
44e360f7c7
commit
e1c8ab8d96
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ namespace PKHeX.Core
|
|||
{'\u2467', '\u00d7'}, // ×
|
||||
{'\u2468', '\u00f7'}, // ÷
|
||||
|
||||
{'\u246c', '\u2026'}, // …
|
||||
{'\u246c', '\uE08D'}, // …
|
||||
{'\u246d', '\uE08E'}, // ♂
|
||||
{'\u246e', '\uE08F'}, // ♀
|
||||
{'\u246f', '\uE090'}, // ♠
|
||||
|
|
Loading…
Reference in a new issue