diff options
author | YamaArashi <shadow962@live.com> | 2017-01-03 21:07:08 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-03 21:10:34 -0800 |
commit | 19f0d5a5cfc018932fac50eb7cf430297bd3f2da (patch) | |
tree | 31867da0147f7e3fe44bc53eaee39200cee9c637 /include/text.h | |
parent | d69b48c89d7af3fc0ecee67d52c83dfdae924060 (diff) |
make PokemonSummaryScreen_PrintTrainerMemo match
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 7dbbcb844..99d346a23 100644 --- a/include/text.h +++ b/include/text.h @@ -8,6 +8,7 @@ #define CHAR_COLON 0xF0 #define EXT_CTRL_CODE_BEGIN 0xFC // extended control code #define PLACEHOLDER_BEGIN 0xFD // string placeholder +#define CHAR_NEWLINE 0xFE #define EOS 0xFF // end of string struct WindowConfig |