diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/nds/draw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nds/draw.c b/source/nds/draw.c index aa56f20..8693141 100644 --- a/source/nds/draw.c +++ b/source/nds/draw.c @@ -1183,7 +1183,7 @@ void show_log(void* screen_addr) void err_msg(enum SCREEN_ID screen, char *msg) { // A wild console appeared! - ConsoleInit(RGB15(31, 31, 31), RGB15(0, 0, 0), UP_SCREEN, 512); + ConsoleInit(RGB15(31, 31, 31), RGB15(0, 0, 0), UP_SCREEN, 2); printf(msg); } |