From 08409b892eb199ac2819f772fbe7512f447840a8 Mon Sep 17 00:00:00 2001 From: RocketRobz Date: Sat, 13 Jun 2020 20:56:39 -0600 Subject: [PATCH] Bug fix --- arm9/source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm9/source/main.cpp b/arm9/source/main.cpp index a334125..07d33bc 100644 --- a/arm9/source/main.cpp +++ b/arm9/source/main.cpp @@ -174,7 +174,7 @@ int main(int argc, char **argv) { printf ("X Held - Disable NAND access"); printf ("\x1b[21;1H"); printf ("Y Held - Disable cart access"); - printf ("\x1b[22;5H"); + printf ("\x1b[22;4H"); printf ("Do these if it crashes here"); }