diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-07 12:42:35 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-07 15:22:55 -0500 |
commit | 7d8cb98c766bf90617319f695fbdb3821263ee81 (patch) | |
tree | 1d6d68dae49b7b9542c6d79911ea66d5889b113f /macros | |
parent | 159d3efc8f369fcb284ef63a69ec502fb199597a (diff) |
cry constants
Diffstat (limited to 'macros')
-rw-r--r-- | macros/sound.asm | 4 |
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 |