summaryrefslogtreecommitdiff
path: root/asm/macros
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2020-11-10 13:54:27 -0600
committerSeth Barberee <seth.barberee@gmail.com>2020-11-10 13:54:27 -0600
commit0578f4a0623b0e3078f922c37a587d6bbafdbf4d (patch)
treec7e5b9530cf4a43b322042fc030cd23999a4be1e /asm/macros
parentbfceb5d70946c5335d8023f7ec2d98951d33d475 (diff)
more work on music.c and few more funcs
Diffstat (limited to 'asm/macros')
-rw-r--r--asm/macros/music_voice.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/asm/macros/music_voice.inc b/asm/macros/music_voice.inc
index 64dd382..7dd6c74 100644
--- a/asm/macros/music_voice.inc
+++ b/asm/macros/music_voice.inc
@@ -138,15 +138,3 @@
.4byte \voice_group_pointer
.4byte 0
.endm
-
- .macro cry sample:req
- .byte 0x20, 60, 0, 0
- .4byte \sample
- .byte 0xff, 0, 0xff, 0
- .endm
-
- .macro cry2 sample:req
- .byte 0x30, 60, 0, 0
- .4byte \sample
- .byte 0xff, 0, 0xff, 0
- .endm