From 1c4f7589ae5834e5bfc2fe5ea7f681fb6641e61f Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Tue, 6 Jun 2023 23:49:48 -0400 Subject: [PATCH] Fixed bad replace for gender color --- tools/preproc/characters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/preproc/characters.h b/tools/preproc/characters.h index 55eae76c9..714904aa4 100644 --- a/tools/preproc/characters.h +++ b/tools/preproc/characters.h @@ -240,7 +240,7 @@ #define TEXT_COLOR_GREEN 0x6 #define TEXT_COLOR_LIGHT_GREEN 0x7 #define TEXT_COLOR_BLUE 0x8 -#define TEXT_COLOR_GENDER_COLOR 0x9 +#define TEXT_COLOR_LIGHT_BLUE 0x9 #define TEXT_DYNAMIC_COLOR_1 0xA // Usually white #define TEXT_DYNAMIC_COLOR_2 0xB // Usually white w/ tinge of green #define TEXT_DYNAMIC_COLOR_3 0xC // Usually white