diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 18:34:20 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 18:34:20 -0500 |
commit | 2acaa96cf16ce953a7149f300d54e5440abc27d8 (patch) | |
tree | 8068d4e5daec008ecc41ca35208a3e8fa970a02c /constants/text_constants.asm | |
parent | 676b585375522127d3d1e134c8761d55ede32739 (diff) |
More charmap and home/text.asm documentation for JP chars
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 |