diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-19 21:15:40 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-19 21:15:40 -0400 |
commit | 8e300b8f7f14f2ef2a1479a27f0e5aed1aa36d40 (patch) | |
tree | a269452187111f54109cfbd3fb02c270fb08f17b /arm9/src/unk_0206015C.c | |
parent | ded31ee11b7c6f4aed68bca2a53a4372ea713492 (diff) |
Decompile ListMenu_ProcessInput
Diffstat (limited to 'arm9/src/unk_0206015C.c')
-rw-r--r-- | arm9/src/unk_0206015C.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/unk_0206015C.c b/arm9/src/unk_0206015C.c index 3d295156..a217f52c 100644 --- a/arm9/src/unk_0206015C.c +++ b/arm9/src/unk_0206015C.c @@ -111,7 +111,7 @@ THUMB_FUNC BOOL FUN_02060194(struct UnkStruct_0204639C *unkStruct0) case 5: unkStruct1->unkE += 1; - if (unkStruct1->unkE < 0x3c && !(gMain.unk48 & 1)) + if (unkStruct1->unkE < 0x3c && !(gMain.newKeys & 1)) break; MOD06_02245198(unkStruct1->unkD, unkStruct1->unk4); |