diff options
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..f71cd557f 100644 --- a/gflib/text.h +++ b/gflib/text.h @@ -265,6 +265,10 @@ // battle placeholders are located in battle_message.h +// Hiragana from 0x1-0x50, Katakana from 0x51-0xA0. +// This excludes Japanese punctuation, which end at 0xB0 +#define JAPANESE_CHAR_END 0xA0 + #define NUM_TEXT_PRINTERS 32 #define TEXT_SPEED_FF 0xFF |