diff options
author | Daniel Harding <33dannye@gmail.com> | 2021-01-03 11:36:16 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-03 11:36:16 -0600 |
commit | fec3f3580a54dbaa3dfb138398c92b37d6c58dee (patch) | |
tree | 1c847cc130c7f6f4966ec524fe4097bfcc13f263 /src/audio/sfx.asm | |
parent | 122cbc06aea38592b037cf0e6d5f5c7f48e98ac5 (diff) | |
parent | 433d278f7e82cd1d4632d12c746869fe1a2bc85b (diff) |
Merge pull request #89 from dannye/master
Document remaining music commands
Diffstat (limited to 'src/audio/sfx.asm')
-rw-r--r-- | src/audio/sfx.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/sfx.asm b/src/audio/sfx.asm index c682191..7e87930 100644 --- a/src/audio/sfx.asm +++ b/src/audio/sfx.asm @@ -474,7 +474,7 @@ SFX_end: ; fc249 (3f:4249) Func_fc26c: ; fc26c (3f:426c) xor a ld [wde53], a - ld [wdd83], a + ld [wSfxPriority], a ld a, $80 ld [wCurSfxID], a ret |