summaryrefslogtreecommitdiff
path: root/arm9/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/src/main.c')
-rw-r--r--arm9/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/main.c b/arm9/src/main.c
index dd806cf8..4879cb4c 100644
--- a/arm9/src/main.c
+++ b/arm9/src/main.c
@@ -255,7 +255,7 @@ THUMB_FUNC void FUN_02000F4C(u32 arg0, u32 arg1)
{
HandleDSLidAction();
FUN_02016464();
- if (gMain.unk48 & 1)
+ if (gMain.newKeys & 1)
break;
FUN_02000E9C();
}