From 382f1320ce7c9996ae07f140f404ebbf113d74fc Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 12 Dec 2014 10:58:16 +0000 Subject: [PATCH] lighten up half bright green --- libctru/source/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/source/console.c b/libctru/source/console.c index d2dcd34..be91236 100644 --- a/libctru/source/console.c +++ b/libctru/source/console.c @@ -10,7 +10,7 @@ static u16 colorTable[] = { RGB565( 0, 0, 0), // normal black RGB565(17, 0, 0), // normal red - RGB565( 0,15, 0), // normal green + RGB565( 0,34, 0), // normal green RGB565(17,34, 0), // normal yellow RGB565( 0, 0,17), // normal blue RGB565(17, 0,17), // normal magenta