summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2017-09-08 22:11:08 -0500
committerGitHub <noreply@github.com>2017-09-08 22:11:08 -0500
commit99dc97f6aa48646c90def102ce2632be8c45eab9 (patch)
tree4e62298c3b9cf520e6d955e7da58239aa5808931 /include/text.h
parent3ca2cec4f0cca98664feabae80aa5b0d3c691bf6 (diff)
parent3e68cbc51f867e507644c1c19bb3be7a89fcd3e4 (diff)
Merge pull request #417 from camthesaxman/decompile_mauville_old_man
finish decompiling mauville_old_man
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h1
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