summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorKermalis <29823718+Kermalis@users.noreply.github.com>2019-03-24 16:40:38 -0400
committerhuderlem <huderlem@gmail.com>2019-03-24 16:37:27 -0500
commit9d803b24a6845e359f8a567a8eaec8c0974595c1 (patch)
treea2ce359e6a4ab2335aa83a57abec59c2477c5eab /sound
parent3f997ef4c26bb5459c7a41da2901e5500fa5ab73 (diff)
Match se_w003.mid
Diffstat (limited to 'sound')
-rw-r--r--sound/songs/midi/se_w003.midbin0 -> 113 bytes
-rw-r--r--sound/songs/se_w003.s52
2 files changed, 0 insertions, 52 deletions
diff --git a/sound/songs/midi/se_w003.mid b/sound/songs/midi/se_w003.mid
new file mode 100644
index 000000000..80e7a52a7
--- /dev/null
+++ b/sound/songs/midi/se_w003.mid
Binary files differ
diff --git a/sound/songs/se_w003.s b/sound/songs/se_w003.s
deleted file mode 100644
index 736ab9802..000000000
--- a/sound/songs/se_w003.s
+++ /dev/null
@@ -1,52 +0,0 @@
- .include "MPlayDef.s"
-
- .equ se_w003_grp, voicegroup128
- .equ se_w003_pri, 4
- .equ se_w003_rev, reverb_set+50
- .equ se_w003_mvl, 127
- .equ se_w003_key, 0
- .equ se_w003_tbs, 1
- .equ se_w003_exg, 0
- .equ se_w003_cmp, 1
-
- .section .rodata
- .global se_w003
- .align 2
-
-@********************** Track 1 **********************@
-
-se_w003_1:
- .byte KEYSH , se_w003_key+0
- .byte TEMPO , 150*se_w003_tbs/2
- .byte VOICE , 2
- .byte BENDR , 12
- .byte VOL , 110*se_w003_mvl/mxv
- .byte PAN , c_v+9
- .byte BEND , c_v+0
- .byte N02 , Bn3 , v112
- .byte W04
- .byte PAN , c_v-9
- .byte N02 , Fn5 , v064
- .byte W02
- .byte PAN , c_v+0
- .byte N02 , Bn3 , v036
- .byte W03
- .byte VOICE , 18
- .byte N02 , Cn6 , v096
- .byte W15
- .byte FINE
-
-@******************************************************@
- .align 2
-
-se_w003:
- .byte 1 @ NumTrks
- .byte 0 @ NumBlks
- .byte se_w003_pri @ Priority
- .byte se_w003_rev @ Reverb.
-
- .word se_w003_grp
-
- .word se_w003_1
-
- .end