diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-05-06 11:48:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 11:48:25 -0400 |
commit | 8c51de1aba87743013feba24f8b0957b108be215 (patch) | |
tree | fa3c85265811598e4f0162f055fbfcfbf64c30c9 /constants | |
parent | d47c5603674414e6afeb34693d6255cfb9dece65 (diff) | |
parent | 905833ef8c4ffeffffdafb3a23628521279e87e0 (diff) |
Merge pull request #717 from Rangi42/master
Miscellaneous fixes
Diffstat (limited to 'constants')
-rw-r--r-- | constants/text_constants.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/text_constants.asm b/constants/text_constants.asm index f1c3a0bf7..dbe06a36b 100644 --- a/constants/text_constants.asm +++ b/constants/text_constants.asm @@ -44,3 +44,6 @@ PRINTNUM_LEADINGZEROS EQU 1 << PRINTNUM_LEADINGZEROS_F ; character sets (see charmap.asm) FIRST_REGULAR_TEXT_CHAR EQU $60 FIRST_HIRAGANA_DAKUTEN_CHAR EQU $20 + +; gfx/font/unown_font.png +FIRST_UNOWN_CHAR EQU $40 |