summaryrefslogtreecommitdiff
path: root/src/hram.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-07-11 13:22:46 +0200
committerxCrystal <rgr.crystal@gmail.com>2018-07-11 13:22:46 +0200
commit3921b82124e51a1d1054bf5339b15c00ed8298cf (patch)
tree2246d3f80b9c7bfad56a4c3e49745fc1143aa0aa /src/hram.asm
parent8993df3b7e15782492ae74f146b44d79a265905c (diff)
Create more text macros, rename/document some text engine things
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