summaryrefslogtreecommitdiff
path: root/asm/macros
diff options
context:
space:
mode:
authorYamaArashi <YamaArashi@users.noreply.github.com>2016-09-10 17:57:21 -0700
committerGitHub <noreply@github.com>2016-09-10 17:57:21 -0700
commit0fd94243cbb30a3cb540672f85d411fcd82e1cae (patch)
tree2d226feabe7ba23c06ebde7908dd70f181bc0a42 /asm/macros
parent744ac256d688d5f45f05e493f94259f554d823b3 (diff)
parent934f3086f3e31169703138ddb24daf287fa355f1 (diff)
Merge pull request #43 from yenatch/master
Build Sapphire.
Diffstat (limited to 'asm/macros')
-rw-r--r--asm/macros/music_voice.s12
1 files changed, 12 insertions, 0 deletions
diff --git a/asm/macros/music_voice.s b/asm/macros/music_voice.s
index 9a95d69f4..b7a9e7f8d 100644
--- a/asm/macros/music_voice.s
+++ b/asm/macros/music_voice.s
@@ -111,3 +111,15 @@
.4byte \voice_group_pointer
.4byte 0
.endm
+
+ .macro cry sample
+ .byte 0x20, 60, 0, 0
+ .4byte \sample
+ .byte 0xff, 0, 0xff, 0
+ .endm
+
+ .macro cry2 sample
+ .byte 0x30, 60, 0, 0
+ .4byte \sample
+ .byte 0xff, 0, 0xff, 0
+ .endm