summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorKermalis <29823718+Kermalis@users.noreply.github.com>2018-10-10 15:14:49 -0400
committerKermalis <29823718+Kermalis@users.noreply.github.com>2018-10-10 15:14:49 -0400
commitc0064134d1dbf1fda968de2a78565fd2abb875e6 (patch)
tree9d4685f4d35522feca578e28190bf73c18dd450a /sound
parent41a30f56bdb5b4d5d83e0bd2feb577486181ed57 (diff)
Match se_dansa.mid
Diffstat (limited to 'sound')
-rw-r--r--sound/songs/midi/se_dansa.midbin0 -> 83 bytes
-rw-r--r--sound/songs/se_dansa.s46
2 files changed, 0 insertions, 46 deletions
diff --git a/sound/songs/midi/se_dansa.mid b/sound/songs/midi/se_dansa.mid
new file mode 100644
index 000000000..61eae0318
--- /dev/null
+++ b/sound/songs/midi/se_dansa.mid
Binary files differ
diff --git a/sound/songs/se_dansa.s b/sound/songs/se_dansa.s
deleted file mode 100644
index ccd7c4742..000000000
--- a/sound/songs/se_dansa.s
+++ /dev/null
@@ -1,46 +0,0 @@
- .include "MPlayDef.s"
-
- .equ se_dansa_grp, voicegroup127
- .equ se_dansa_pri, 4
- .equ se_dansa_rev, reverb_set+50
- .equ se_dansa_mvl, 127
- .equ se_dansa_key, 0
- .equ se_dansa_tbs, 1
- .equ se_dansa_exg, 0
- .equ se_dansa_cmp, 1
-
- .section .rodata
- .global se_dansa
- .align 2
-
-@********************** Track 1 **********************@
-
-se_dansa_1:
- .byte KEYSH , se_dansa_key+0
- .byte TEMPO , 120*se_dansa_tbs/2
- .byte VOICE , 85
- .byte VOL , 100*se_dansa_mvl/mxv
- .byte BEND , c_v-6
- .byte N02 , Ds2 , v052
- .byte W02
- .byte VOICE , 86
- .byte N06 , Gn3 , v092
- .byte W01
- .byte W03
- .byte W03
- .byte FINE
-
-@******************************************************@
- .align 2
-
-se_dansa:
- .byte 1 @ NumTrks
- .byte 0 @ NumBlks
- .byte se_dansa_pri @ Priority
- .byte se_dansa_rev @ Reverb.
-
- .word se_dansa_grp
-
- .word se_dansa_1
-
- .end