diff options
author | Mateusz Naściszewski <matin1111@wp.pl> | 2020-12-26 06:57:02 +0100 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-12-28 20:13:22 -0600 |
commit | 6362345b04a04fefec25fdb29fd1b1bb9f8da163 (patch) | |
tree | 84059fefe70ebab180e8f5efcc5d2208abd28275 /src/music.c | |
parent | b64320b043fe0a774327d7d880e9f16605db54ee (diff) |
Decompile UpdateInput
and some other minor stuff.
Diffstat (limited to 'src/music.c')
-rw-r--r-- | src/music.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/music.c b/src/music.c index 8997887..48929fe 100644 --- a/src/music.c +++ b/src/music.c @@ -20,7 +20,7 @@ extern u16 gUnknown_202D68A; extern u16 gUnknown_202D690; extern u8 gUnknown_202D694; extern u32 gUnknown_203B0B8; -extern u16 gUnknown_203B0BC; +extern u16 gRawKeyInput; bool8 IsBGSong(u32); bool8 sub_800CAAC(u32); @@ -183,7 +183,7 @@ void sub_800CB20(void) { sub_800BA5C(); gUnknown_203B0B8++; - if((gUnknown_203B0BC & 5) != 0) + if((gRawKeyInput & 5) != 0) { Random(); } |