From 7d8cb98c766bf90617319f695fbdb3821263ee81 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 7 Dec 2015 12:42:35 -0500 Subject: cry constants --- macros/sound.asm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'macros') 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 -- cgit v1.2.3