From 8dffb7d4486d7f56844da70a42df9be18d2ef078 Mon Sep 17 00:00:00 2001 From: FlameKat53 Date: Tue, 3 Mar 2020 17:37:19 -0600 Subject: [PATCH] Oops! --- 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 4ea908f..683187e 100644 --- a/arm9/source/main.cpp +++ b/arm9/source/main.cpp @@ -111,7 +111,7 @@ int main(int argc, char **argv) { scanKeys(); int pressed = keysHeld(); - } else if (pressed & KEY_A) { + if (pressed & KEY_A) { bootApp(bootA); } else if (pressed & KEY_B) { bootApp(bootB);