diff options
| author | Reinmmar <herwig.orlich@gmail.com> | 2023-08-15 03:54:03 +0200 |
|---|---|---|
| committer | Reinmmar <herwig.orlich@gmail.com> | 2023-08-15 03:54:03 +0200 |
| commit | 1739e6205ad1803255eb9e73e4f7e42add7a3abd (patch) | |
| tree | 2bee0ad46984771b6cb9b74f50b77d8acf240055 /src/beanstalkSubtask.c | |
| parent | 355e125cacff0295ba280667c9361b85e2714758 (diff) | |
Labeled all unlabeled inputs(if I didn't miss any)
Diffstat (limited to 'src/beanstalkSubtask.c')
| -rw-r--r-- | src/beanstalkSubtask.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/beanstalkSubtask.c b/src/beanstalkSubtask.c index 89e2f40c..41dd45c3 100644 --- a/src/beanstalkSubtask.c +++ b/src/beanstalkSubtask.c @@ -116,7 +116,7 @@ void sub_08019764(void) { UpdateEntities(); DrawEntities(); CopyOAM(); - if ((--gUnk_02018EB0.unk_4 == 0) || ((gInput.newKeys & 10) != 0)) { + if ((--gUnk_02018EB0.unk_4 == 0) || ((gInput.newKeys & (B_BUTTON | START_BUTTON)) != 0)) { gUnk_02018EB0.unk_0++; } } |
