summaryrefslogtreecommitdiff
path: root/src/audio/sfx.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2020-12-31 13:41:55 -0600
committerdannye <33dannye@gmail.com>2020-12-31 13:41:55 -0600
commitcebb6fc99d46219ab0014c1f9a614e9d3dee3742 (patch)
tree10f7dc35859ba4b7c1da217c4b30d38e16abe7b6 /src/audio/sfx.asm
parent63913f12fbcd4c28dcc7870b364abfcf6b469441 (diff)
Document remaining music commands
and remaining audio engine incbins
Diffstat (limited to 'src/audio/sfx.asm')
-rw-r--r--src/audio/sfx.asm2
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