From e44d266d9465250e96e6386cbdaae3ad50b20858 Mon Sep 17 00:00:00 2001 From: d0k3 Date: Mon, 13 Aug 2018 00:13:29 +0200 Subject: [PATCH] Increase # of panes to 3 fixes #414 --- arm9/source/godmode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm9/source/godmode.c b/arm9/source/godmode.c index a400032..825a0db 100644 --- a/arm9/source/godmode.c +++ b/arm9/source/godmode.c @@ -21,7 +21,7 @@ #include "i2c.h" -#define N_PANES 2 +#define N_PANES 3 #define COLOR_TOP_BAR (PERM_RED ? COLOR_RED : PERM_ORANGE ? COLOR_ORANGE : PERM_BLUE ? COLOR_BRIGHTBLUE : \ PERM_YELLOW ? COLOR_BRIGHTYELLOW : PERM_GREEN ? COLOR_GREEN : COLOR_WHITE)