summaryrefslogtreecommitdiff
path: root/src/hram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/hram.asm')
-rw-r--r--src/hram.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/hram.asm b/src/hram.asm
index aac2753..13c4756 100644
--- a/src/hram.asm
+++ b/src/hram.asm
@@ -108,12 +108,12 @@ hTextHorizontalAlign:: ; ffad
hTextLineLength:: ; ffae
ds $1
-; when printing text and no leading control character is specified, whether characters $10 to $60
-; map to the first 50 tiles of the full width font graphics as characters $0 to $50
-; (TX_FULLWIDTH6 mode), or map to the first 256-tile font located right after (TX_FULLWIDTH5 mode).
-; the TX_FULLWIDTH5 and TX_FULLWIDTH6 control characters are used to set this address to said value.
-; only these two values are admitted, as any other is interpreted as TX_FULLWIDTH5.
-hDefaultFont:: ; ffaf
+; when printing text and no leading control character is specified, whether characters
+; $10 to $60 map to the katakana.1bpp font graphics as characters $0 to $50
+; (TX_KATAKANA mode), or map to the hiragana.1bpp font graphics (TX_HIRAGANA mode).
+; the TX_HIRAGANA and TX_KATAKANA control characters are used to set this address to said
+; value. only these two values are admitted, as any other is interpreted as TX_HIRAGANA.
+hJapaneseSyllabary:: ; ffaf
ds $1
hffb0:: ; ffb0