From: Dave Murphy Date: Fri, 12 Dec 2014 10:58:16 +0000 (+0000) Subject: lighten up half bright green X-Git-Tag: v0.3.0~37^2~19 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=382f1320ce7c9996ae07f140f404ebbf113d74fc;p=corbenik%2Fctrulib.git lighten up half bright green --- 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