diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 20:51:38 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 20:51:38 -0500 |
commit | 747c9059d4912c275d3e1e708c026b1fe61e3b42 (patch) | |
tree | 38e641744c2022bd7d3e6f0c46c7556d3d9bf007 | |
parent | a3beba1e64bcdd71ade4595b37b033e74d87a78c (diff) |
Two comments
-rw-r--r-- | charmap.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/charmap.asm b/charmap.asm index d7742d4af..152175c0c 100644 --- a/charmap.asm +++ b/charmap.asm @@ -206,7 +206,7 @@ charmap "8", $fe charmap "9", $ff -; Japanese kana, for those bits of text that were not translated to English +; Japanese control characters (see home/text.asm) charmap "<NI>", $1d ; "に " charmap "<TTE>", $1e ; "って" @@ -220,6 +220,8 @@ charmap "<KOKO_WA>", $37 ; "ここは" charmap "<GA>", $4a ; "が " +; Japanese kana, for those bits of text that were not translated to English + charmap "ガ", $05 charmap "ギ", $06 charmap "グ", $07 |