diff options
author | Mateusz Naściszewski <matin1111@wp.pl> | 2020-12-29 02:16:24 +0100 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-12-28 20:13:22 -0600 |
commit | 01ec8edb40c0662863e2fd14395a057be852e060 (patch) | |
tree | 587138d75f972389647f941d41314d11c3feb28d /src | |
parent | 2acfd6ed0f7482e2e38653a1a7b8229dad5f433d (diff) |
Document button press related constant
Diffstat (limited to 'src')
-rw-r--r-- | src/music.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/music.c b/src/music.c index 48929fe..1017b47 100644 --- a/src/music.c +++ b/src/music.c @@ -183,7 +183,7 @@ void sub_800CB20(void) { sub_800BA5C(); gUnknown_203B0B8++; - if((gRawKeyInput & 5) != 0) + if((gRawKeyInput & (A_BUTTON | SELECT_BUTTON)) != 0) { Random(); } |