diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-09-24 14:30:15 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-09-24 17:14:20 -0400 |
commit | a66d7e1b438f84bc04eb3f7d3da286882ba55019 (patch) | |
tree | 32a565c9b3cf10f1165b83bc24d3d90262c5d1a2 /gflib/text.h | |
parent | 09fd4fc4c57796036905cdc5caaa53fb96c436f8 (diff) |
Document some single-remaining symbols
Diffstat (limited to 'gflib/text.h')
-rw-r--r-- | gflib/text.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gflib/text.h b/gflib/text.h index f660eb8d1..a08d0a0ff 100644 --- a/gflib/text.h +++ b/gflib/text.h @@ -263,6 +263,10 @@ #define PLACEHOLDER_ID_KYOGRE 0xC #define PLACEHOLDER_ID_GROUDON 0xD +// Hiragana from 0x1-0x50, Katakana from 0x51-0xA0. +// This excludes Japanese punctuation, which end at 0xB0 +#define JAPANESE_CHAR_END 0xA0 + // battle placeholders are located in battle_message.h #define NUM_TEXT_PRINTERS 32 |