summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
Diffstat (limited to 'macros')
-rw-r--r--macros/sound.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/macros/sound.asm b/macros/sound.asm
index c580ed7f7..4fa0fe2ae 100644
--- a/macros/sound.asm
+++ b/macros/sound.asm
@@ -19,6 +19,10 @@ musicheader: macro
dbw ((\1 - 1) << 6) + (\2 - 1), \3
endm
+cry_header: macro
+ dw \1, \2, \3
+ endm
+
; pitch
__ EQU 0
C_ EQU 1