summaryrefslogtreecommitdiff
path: root/macros/sound.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros/sound.asm')
-rw-r--r--macros/sound.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/sound.asm b/macros/sound.asm
index b5a33994b..64fe309cb 100644
--- a/macros/sound.asm
+++ b/macros/sound.asm
@@ -15,7 +15,7 @@ noise: macro
endm
musicheader: macro
- ; number of tracks, ??, address
+ ; number of tracks, track idx, address
dbw ((\1 - 1) << 6) + (\2 - 1), \3
endm