summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-07-02 10:54:40 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-07-02 10:54:40 -0400
commit2a52f21d6f15b745b80202c97b960de6a39f1ab8 (patch)
tree8debb122de1010f8938f60733d650119b230c68b /include/text.h
parentc5e6a8b2252e2dd8942a1aa008bbd932a2aba8aa (diff)
Match GetStringLanguage. Also: nice
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h
index dba242fe3..f765a0e05 100644
--- a/include/text.h
+++ b/include/text.h
@@ -5,10 +5,15 @@
#define CHAR_LV 0x34
#define CHAR_SONG_WORD_SEPARATOR 0x37 // separates words in the bard song. Not sure if it's used for anything else
#define CHAR_0 0xA1
+#define CHAR_EXCL_MARK 0xAB
#define CHAR_QUESTION_MARK 0xAC
#define CHAR_PERIOD 0xAD
#define CHAR_HYPHEN 0xAE
#define CHAR_ELLIPSIS 0xB0
+#define CHAR_DBL_QUOT_LEFT 0xB1
+#define CHAR_DBL_QUOT_RIGHT 0xB2
+#define CHAR_SGL_QUOT_LEFT 0xB3
+#define CHAR_SGL_QUOT_RIGHT 0xB4
#define CHAR_MALE 0xB5
#define CHAR_FEMALE 0xB6
#define CHAR_CURRENCY 0xB7