diff options
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h index 9a70dec11..7125bc803 100644 --- a/include/text.h +++ b/include/text.h @@ -2,6 +2,7 @@ #define GUARD_TEXT_H #define CHAR_SPACE 0x00 +#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_QUESTION_MARK 0xAC #define CHAR_PERIOD 0xAD |