diff options
author | Anders Løvig <anders.lloevig@gmail.com> | 2018-03-28 00:33:08 +0200 |
---|---|---|
committer | Anders Løvig <anders.lloevig@gmail.com> | 2018-03-28 00:40:00 +0200 |
commit | 6cd590f4fd974d61421851d5d14a88e4eb910d30 (patch) | |
tree | c8a01593f4a6161d96df761d1057e2641f05acdb /include/text.h | |
parent | 2ecbe252a29b9d58bfd2df82c01f94be7b69a7b0 (diff) |
Decompiled start_menu.s
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h index 81c066426..2566b51b7 100644 --- a/include/text.h +++ b/include/text.h @@ -82,6 +82,12 @@ #define TEXT_COLOR_TRANSPARENT 0x0 #define TEXT_COLOR_WHITE 0x1 #define TEXT_COLOR_DARK_GREY 0x2 +// 0x3 +#define TEXT_COLOR_RED 0x4 +// 0x5 +#define TEXT_COLOR_GREEN 0x6 +// 0x7 +#define TEXT_COLOR_BLUE 0x8 // battle placeholders are located in battle_message.h |