ref: 747c9059d4912c275d3e1e708c026b1fe61e3b42
parent: a3beba1e64bcdd71ade4595b37b033e74d87a78c
author: Remy Oukaour <remy.oukaour@gmail.com>
date: Thu Jan 18 15:51:38 EST 2018
Two comments
--- 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 ; "って"
@@ -219,6 +219,8 @@
charmap "<WATASHI>", $36 ; "わたし"
charmap "<KOKO_WA>", $37 ; "ここは"
charmap "<GA>", $4a ; "が "
+
+; Japanese kana, for those bits of text that were not translated to English
charmap "ガ", $05
charmap "ギ", $06