summaryrefslogtreecommitdiff
path: root/gflib/text.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-09-24 14:30:15 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-09-24 17:14:20 -0400
commita66d7e1b438f84bc04eb3f7d3da286882ba55019 (patch)
tree32a565c9b3cf10f1165b83bc24d3d90262c5d1a2 /gflib/text.h
parent09fd4fc4c57796036905cdc5caaa53fb96c436f8 (diff)
Document some single-remaining symbols
Diffstat (limited to 'gflib/text.h')
-rw-r--r--gflib/text.h4
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