summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorKermalis <29823718+Kermalis@users.noreply.github.com>2019-03-24 16:09:36 -0400
committerhuderlem <huderlem@gmail.com>2019-03-24 16:37:27 -0500
commitdff22304c4bb7c9ebda05cf8e3037694b429bfa1 (patch)
tree85fef0c07b98044a9899ed7b5ec1a7c2d29b82ed /sound
parentd2451ee62cd675c60c4b7d13df93efec63f6933d (diff)
Match se_tk_warpout.mid
Diffstat (limited to 'sound')
-rw-r--r--sound/songs/midi/se_tk_warpout.midbin0 -> 136 bytes
-rw-r--r--sound/songs/se_tk_warpout.s60
2 files changed, 0 insertions, 60 deletions
diff --git a/sound/songs/midi/se_tk_warpout.mid b/sound/songs/midi/se_tk_warpout.mid
new file mode 100644
index 000000000..5072e6448
--- /dev/null
+++ b/sound/songs/midi/se_tk_warpout.mid
Binary files differ
diff --git a/sound/songs/se_tk_warpout.s b/sound/songs/se_tk_warpout.s
deleted file mode 100644
index 0a1a0e96b..000000000
--- a/sound/songs/se_tk_warpout.s
+++ /dev/null
@@ -1,60 +0,0 @@
- .include "MPlayDef.s"
-
- .equ se_tk_warpout_grp, voicegroup127
- .equ se_tk_warpout_pri, 4
- .equ se_tk_warpout_rev, reverb_set+50
- .equ se_tk_warpout_mvl, 127
- .equ se_tk_warpout_key, 0
- .equ se_tk_warpout_tbs, 1
- .equ se_tk_warpout_exg, 0
- .equ se_tk_warpout_cmp, 1
-
- .section .rodata
- .global se_tk_warpout
- .align 2
-
-@********************** Track 1 **********************@
-
-se_tk_warpout_1:
- .byte KEYSH , se_tk_warpout_key+0
- .byte TEMPO , 110*se_tk_warpout_tbs/2
- .byte VOICE , 93
- .byte XCMD , xIECV , 9
- .byte xIECL , 8
- .byte VOL , 90*se_tk_warpout_mvl/mxv
- .byte N06 , En5 , v064
- .byte W03
- .byte W03
- .byte N03 , En5 , v016
- .byte W03
- .byte N06 , En5 , v088
- .byte W03
- .byte W03
- .byte N03 , En5 , v016
- .byte W03
- .byte N06 , En5 , v112
- .byte W03
- .byte W03
- .byte N03 , En5 , v016
- .byte W03
- .byte N06 , En5 , v127
- .byte W03
- .byte W03
- .byte N03 , En5 , v016
- .byte W03
- .byte FINE
-
-@******************************************************@
- .align 2
-
-se_tk_warpout:
- .byte 1 @ NumTrks
- .byte 0 @ NumBlks
- .byte se_tk_warpout_pri @ Priority
- .byte se_tk_warpout_rev @ Reverb.
-
- .word se_tk_warpout_grp
-
- .word se_tk_warpout_1
-
- .end