From 53cc426c5eb4598c814c5662eef9271ff2d56484 Mon Sep 17 00:00:00 2001 From: Aurora Date: Fri, 25 Mar 2016 04:50:19 +0100 Subject: [PATCH] Derped with colors --- source/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utils.h b/source/utils.h index 3d28cb3..e8f3c2d 100644 --- a/source/utils.h +++ b/source/utils.h @@ -6,7 +6,7 @@ #define BUTTON_SELECT (1 << 2) #define COLOR_TITLE 0xFF9900 -#define COLOR_RED 0x0000FF +#define COLOR_WHITE 0xFFFFFF extern int pos_y;