diff options
| author | theo3 <arisstephenson2@gmail.com> | 2023-12-30 17:13:42 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2023-12-30 17:13:42 -0800 |
| commit | fb9f59fbbbd1ec2db3a3e757a3dab9a0e563520c (patch) | |
| tree | 0c091f4a07d0e8b188db3336eb84ac25064f2618 /src/debug.c | |
| parent | 37723f560798698a2a17d0b29ee7baca1a8cb1c7 (diff) | |
label BounceUpdate asm
Diffstat (limited to 'src/debug.c')
| -rw-r--r-- | src/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.c b/src/debug.c index 399dcf71..6edbf3ee 100644 --- a/src/debug.c +++ b/src/debug.c @@ -73,7 +73,7 @@ void sub_0805FA98(void) { MessageInitialize(); break; default: - switch (gInput.unk4) { + switch (gInput.menuScrollKeys) { case DPAD_LEFT: iVar1 = -1; break; |
