diff options
Diffstat (limited to 'charmap.asm')
-rw-r--r-- | charmap.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charmap.asm b/charmap.asm index f3ec8a8e6..18349b2c7 100644 --- a/charmap.asm +++ b/charmap.asm @@ -211,7 +211,7 @@ ; Japanese control characters (see home/text.asm) - charmap "<JP_18>", $18 ; "ノ゛"? (ungrammatical) + charmap "<JP_18>", $18 ; "ノ゛" (ungrammatical) charmap "<NI>", $1d ; "に " charmap "<TTE>", $1e ; "って" charmap "<WO>", $1f ; "を " |