diff options
Diffstat (limited to 'constants/text_constants.asm')
-rw-r--r-- | constants/text_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/text_constants.asm b/constants/text_constants.asm index e487d4c..b3ed10c 100644 --- a/constants/text_constants.asm +++ b/constants/text_constants.asm @@ -40,6 +40,6 @@ 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) +; character sets (see constants/charmap.asm) FIRST_REGULAR_TEXT_CHAR EQU $60 FIRST_HIRAGANA_DAKUTEN_CHAR EQU $20 |