summaryrefslogtreecommitdiff
path: root/sound/songs/se_toy_c.s
diff options
context:
space:
mode:
Diffstat (limited to 'sound/songs/se_toy_c.s')
-rw-r--r--sound/songs/se_toy_c.s59
1 files changed, 59 insertions, 0 deletions
diff --git a/sound/songs/se_toy_c.s b/sound/songs/se_toy_c.s
new file mode 100644
index 000000000..22e9daaea
--- /dev/null
+++ b/sound/songs/se_toy_c.s
@@ -0,0 +1,59 @@
+ .include "MPlayDef.s"
+
+ .equ se_toy_c_grp, voicegroup_869D6F4
+ .equ se_toy_c_pri, 4
+ .equ se_toy_c_rev, reverb_set+50
+ .equ se_toy_c_mvl, 127
+ .equ se_toy_c_key, 0
+ .equ se_toy_c_tbs, 1
+ .equ se_toy_c_exg, 0
+ .equ se_toy_c_cmp, 1
+
+ .section .rodata
+ .global se_toy_c
+ .align 2
+
+@********************** Track 1 **********************@
+
+se_toy_c_1:
+ .byte KEYSH , se_toy_c_key+0
+ .byte TEMPO , 150*se_toy_c_tbs/2
+ .byte VOICE , 48
+ .byte VOL , 110*se_toy_c_mvl/mxv
+ .byte BEND , c_v-7
+ .byte N12 , Cn5 , v112
+ .byte W06
+ .byte W06
+ .byte N06 , Cn5 , v040
+ .byte W06
+ .byte FINE
+
+@********************** Track 2 **********************@
+
+se_toy_c_2:
+ .byte KEYSH , se_toy_c_key+0
+ .byte VOICE , 17
+ .byte VOL , 110*se_toy_c_mvl/mxv
+ .byte BEND , c_v-7
+ .byte N12 , Gn5 , v060
+ .byte W06
+ .byte W06
+ .byte N06 , Gn5 , v032
+ .byte W06
+ .byte FINE
+
+@******************************************************@
+ .align 2
+
+se_toy_c:
+ .byte 2 @ NumTrks
+ .byte 0 @ NumBlks
+ .byte se_toy_c_pri @ Priority
+ .byte se_toy_c_rev @ Reverb.
+
+ .word se_toy_c_grp
+
+ .word se_toy_c_1
+ .word se_toy_c_2
+
+ .end