From 1b10713025b78a161661fedd01184881dcad56cd Mon Sep 17 00:00:00 2001 From: miya Date: Tue, 21 Oct 2008 01:18:26 +0000 Subject: [PATCH] git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@17 7061adef-622a-194b-ae81-725974e89856 --- build/tools/sctools/common/src/text.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/build/tools/sctools/common/src/text.h b/build/tools/sctools/common/src/text.h index 17a5bb0..d0a6473 100644 --- a/build/tools/sctools/common/src/text.h +++ b/build/tools/sctools/common/src/text.h @@ -9,6 +9,24 @@ #define DEFAULT_TEXT_PALETTE_NO 0x0f +#define M_TEXT_COLOR_BLACK 0 +#define M_TEXT_COLOR_RED 1 +#define M_TEXT_COLOR_GREEN 2 +#define M_TEXT_COLOR_BLUE 3 +#define M_TEXT_COLOR_YELLOW 4 +#define M_TEXT_COLOR_PURPLE 5 +#define M_TEXT_COLOR_LIGHTBLUE 6 +#define M_TEXT_COLOR_DRAKRED 7 +#define M_TEXT_COLOR_DARKGREEN 8 +#define M_TEXT_COLOR_DRAKBLUE 9 +#define M_TEXT_COLOR_DARKYELLOW 0xa +#define M_TEXT_COLOR_DARKPURPLE 0xb +#define M_TEXT_COLOR_DARKLIGHTBLUE 0xc +#define M_TEXT_COLOR_GRAY 0xd +#define M_TEXT_COLOR_DARKGRAY 0xe +#define M_TEXT_COLOR_WHITE 0x0f + + typedef struct LINE_BUF_s { int buf[LINE_BUF_X_SIZE]; u16 col[LINE_BUF_X_SIZE];