diff options
Diffstat (limited to 'constants/text_constants.asm')
-rw-r--r-- | constants/text_constants.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/constants/text_constants.asm b/constants/text_constants.asm index d867c77f7..6311fe715 100644 --- a/constants/text_constants.asm +++ b/constants/text_constants.asm @@ -39,3 +39,7 @@ const_value set 5 PRINTNUM_MONEY EQU 1 << PRINTNUM_MONEY_F PRINTNUM_RIGHTALIGN EQU 1 << PRINTNUM_RIGHTALIGN_F PRINTNUM_LEADINGZEROS EQU 1 << PRINTNUM_LEADINGZEROS_F + +; character sets (see charmap.asm) +FIRST_REGULAR_TEXT_CHAR EQU $60 +FIRST_HIRAGANA_DAKUTEN_CHAR EQU $20 |