summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorKermalis <29823718+Kermalis@users.noreply.github.com>2019-03-24 16:21:22 -0400
committerhuderlem <huderlem@gmail.com>2019-03-24 16:37:27 -0500
commitafda8b34c12d563962d572951bcac734f9c3037e (patch)
treeac7752d266e149bf625d83b44d86a19298fca47d /sound
parent2a7d758a171749590ae657e5d861b83fd55e46ab (diff)
Match se_toy_d.mid
Diffstat (limited to 'sound')
-rw-r--r--sound/songs/midi/se_toy_d.midbin0 -> 119 bytes
-rw-r--r--sound/songs/se_toy_d.s59
2 files changed, 0 insertions, 59 deletions
diff --git a/sound/songs/midi/se_toy_d.mid b/sound/songs/midi/se_toy_d.mid
new file mode 100644
index 000000000..0de257ee5
--- /dev/null
+++ b/sound/songs/midi/se_toy_d.mid
Binary files differ
diff --git a/sound/songs/se_toy_d.s b/sound/songs/se_toy_d.s
deleted file mode 100644
index 953fee96d..000000000
--- a/sound/songs/se_toy_d.s
+++ /dev/null
@@ -1,59 +0,0 @@
- .include "MPlayDef.s"
-
- .equ se_toy_d_grp, voicegroup128
- .equ se_toy_d_pri, 4
- .equ se_toy_d_rev, reverb_set+50
- .equ se_toy_d_mvl, 127
- .equ se_toy_d_key, 0
- .equ se_toy_d_tbs, 1
- .equ se_toy_d_exg, 0
- .equ se_toy_d_cmp, 1
-
- .section .rodata
- .global se_toy_d
- .align 2
-
-@********************** Track 1 **********************@
-
-se_toy_d_1:
- .byte KEYSH , se_toy_d_key+0
- .byte TEMPO , 150*se_toy_d_tbs/2
- .byte VOICE , 48
- .byte VOL , 110*se_toy_d_mvl/mxv
- .byte BEND , c_v-7
- .byte N12 , Dn5 , v112
- .byte W06
- .byte W06
- .byte N06 , Dn5 , v040
- .byte W06
- .byte FINE
-
-@********************** Track 2 **********************@
-
-se_toy_d_2:
- .byte KEYSH , se_toy_d_key+0
- .byte VOICE , 17
- .byte VOL , 110*se_toy_d_mvl/mxv
- .byte BEND , c_v-7
- .byte N12 , An5 , v060
- .byte W06
- .byte W06
- .byte N06 , An5 , v032
- .byte W06
- .byte FINE
-
-@******************************************************@
- .align 2
-
-se_toy_d:
- .byte 2 @ NumTrks
- .byte 0 @ NumBlks
- .byte se_toy_d_pri @ Priority
- .byte se_toy_d_rev @ Reverb.
-
- .word se_toy_d_grp
-
- .word se_toy_d_1
- .word se_toy_d_2
-
- .end