diff options
| author | Theo <65437533+notyourav@users.noreply.github.com> | 2023-12-30 17:29:51 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-30 17:29:51 -0800 |
| commit | 37714644960c56650dd1067b86aafa685eaf01f4 (patch) | |
| tree | 40f875091f258e234ff5b0c8f56e08faa55e90d1 /src/debug.c | |
| parent | 9c87bcca8ea4b52199ed908c0ea28ab08b1d0747 (diff) | |
| parent | 2c7c9ae509d3a9909623c917c082a1ed45b76f46 (diff) | |
Merge pull request #680 from notyourav/f
BounceUpdate and other asm functions labeled
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; |
