summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorKermalis <29823718+Kermalis@users.noreply.github.com>2019-03-24 17:22:23 -0400
committerhuderlem <huderlem@gmail.com>2019-03-24 16:37:27 -0500
commit7cb1345cba7eb40a6ae31906c13fdccca015d0d1 (patch)
treef6c6cd6bbe6b9a7eb9796a3fc87617ba18aacd7c /sound
parentf11ca86b46331c5d6b454c72de81aae8559ceef1 (diff)
Match se_w039.mid
Diffstat (limited to 'sound')
-rw-r--r--sound/songs/midi/se_w039.midbin0 -> 136 bytes
-rw-r--r--sound/songs/se_w039.s63
2 files changed, 0 insertions, 63 deletions
diff --git a/sound/songs/midi/se_w039.mid b/sound/songs/midi/se_w039.mid
new file mode 100644
index 000000000..771581ce0
--- /dev/null
+++ b/sound/songs/midi/se_w039.mid
Binary files differ
diff --git a/sound/songs/se_w039.s b/sound/songs/se_w039.s
deleted file mode 100644
index bcd35e724..000000000
--- a/sound/songs/se_w039.s
+++ /dev/null
@@ -1,63 +0,0 @@
- .include "MPlayDef.s"
-
- .equ se_w039_grp, voicegroup128
- .equ se_w039_pri, 4
- .equ se_w039_rev, reverb_set+50
- .equ se_w039_mvl, 127
- .equ se_w039_key, 0
- .equ se_w039_tbs, 1
- .equ se_w039_exg, 0
- .equ se_w039_cmp, 1
-
- .section .rodata
- .global se_w039
- .align 2
-
-@********************** Track 1 **********************@
-
-se_w039_1:
- .byte KEYSH , se_w039_key+0
- .byte TEMPO , 150*se_w039_tbs/2
- .byte VOICE , 15
- .byte BENDR , 12
- .byte PAN , c_v+18
- .byte VOL , 48*se_w039_mvl/mxv
- .byte BEND , c_v-48
- .byte N04 , Gn2 , v127
- .byte W01
- .byte VOL , 81*se_w039_mvl/mxv
- .byte BEND , c_v-16
- .byte W01
- .byte VOL , 110*se_w039_mvl/mxv
- .byte BEND , c_v+16
- .byte W01
- .byte c_v+0
- .byte W04
- .byte VOL , 48*se_w039_mvl/mxv
- .byte PAN , c_v-16
- .byte BEND , c_v-48
- .byte N04 , An2
- .byte W01
- .byte VOL , 81*se_w039_mvl/mxv
- .byte BEND , c_v-16
- .byte W01
- .byte VOL , 110*se_w039_mvl/mxv
- .byte BEND , c_v+16
- .byte W15
- .byte VOL , 110*se_w039_mvl/mxv
- .byte FINE
-
-@******************************************************@
- .align 2
-
-se_w039:
- .byte 1 @ NumTrks
- .byte 0 @ NumBlks
- .byte se_w039_pri @ Priority
- .byte se_w039_rev @ Reverb.
-
- .word se_w039_grp
-
- .word se_w039_1
-
- .end