diff options
author | YamaArashi <shadow962@live.com> | 2016-01-27 19:54:15 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-27 19:54:15 -0800 |
commit | 50d13620f278634db9d30d895cd6b6c4492f3017 (patch) | |
tree | 47c5cf80998b71d36b07158ffa218ff543a21fac /asm | |
parent | 6b1a22202feb59ea2cb6441deb55cfd836b50d99 (diff) |
write Japanese long vowel mark correctly
Diffstat (limited to 'asm')
-rw-r--r-- | asm/charmap.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asm/charmap.s b/asm/charmap.s index 9ff6cda30..ab61929f6 100644 --- a/asm/charmap.s +++ b/asm/charmap.s @@ -249,6 +249,8 @@ .charmap "ポ", 0x9F .charmap "ッ", 0xA0 + .charmap "ー", 0xAE + .charmapconst PK, 0x53 .charmapconst PKMN, 0x53, 0x54 .charmapconst POKEBLOCK, 0x55, 0x56, 0x57, 0x58, 0x59 |