diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-09-29 00:10:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 00:10:09 -0400 |
commit | e270ee1a74429adfc4991a379fe54d4043524480 (patch) | |
tree | a5962b3fb57d720cdf05fad2ade04332996e3cc6 /gflib/text.h | |
parent | 154e8a271ab547e397892a2a88745e1d6f55ca92 (diff) | |
parent | db057eb86b46f5ed152798af50f7858d786d2733 (diff) |
Merge pull request #1506 from GriffinRichards/single-doc
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..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 |