summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorKermalis <29823718+Kermalis@users.noreply.github.com>2018-10-10 15:53:49 -0400
committerKermalis <29823718+Kermalis@users.noreply.github.com>2018-10-10 15:53:49 -0400
commit973fdffb2cc352799d15e537b3bd2fa8c12c701b (patch)
tree3eb2e0fdc7b1d25402cc9c4246f46ea0e678efc0 /sound
parent72366a320baf10820bb501733ce064a4d1a331d1 (diff)
Match se_fuusen1.mid
Diffstat (limited to 'sound')
-rw-r--r--sound/songs/midi/se_fuusen1.midbin0 -> 118 bytes
-rw-r--r--sound/songs/se_fuusen1.s53
2 files changed, 0 insertions, 53 deletions
diff --git a/sound/songs/midi/se_fuusen1.mid b/sound/songs/midi/se_fuusen1.mid
new file mode 100644
index 000000000..d22679a86
--- /dev/null
+++ b/sound/songs/midi/se_fuusen1.mid
Binary files differ
diff --git a/sound/songs/se_fuusen1.s b/sound/songs/se_fuusen1.s
deleted file mode 100644
index 458b010c6..000000000
--- a/sound/songs/se_fuusen1.s
+++ /dev/null
@@ -1,53 +0,0 @@
- .include "MPlayDef.s"
-
- .equ se_fuusen1_grp, voicegroup128
- .equ se_fuusen1_pri, 4
- .equ se_fuusen1_rev, reverb_set+50
- .equ se_fuusen1_mvl, 127
- .equ se_fuusen1_key, 0
- .equ se_fuusen1_tbs, 1
- .equ se_fuusen1_exg, 0
- .equ se_fuusen1_cmp, 1
-
- .section .rodata
- .global se_fuusen1
- .align 2
-
-@********************** Track 1 **********************@
-
-se_fuusen1_1:
- .byte KEYSH , se_fuusen1_key+0
- .byte TEMPO , 240*se_fuusen1_tbs/2
- .byte VOICE , 2
- .byte BENDR , 12
- .byte VOL , 105*se_fuusen1_mvl/mxv
- .byte BEND , c_v+0
- .byte N06 , Cn4 , v127
- .byte W06
- .byte VOICE , 23
- .byte N02 , Cn3 , v112
- .byte W07
- .byte N01 , Cn4
- .byte W05
- .byte Cn3 , v100
- .byte W02
- .byte Gn3 , v092
- .byte W02
- .byte Cn3 , v072
- .byte W02
- .byte FINE
-
-@******************************************************@
- .align 2
-
-se_fuusen1:
- .byte 1 @ NumTrks
- .byte 0 @ NumBlks
- .byte se_fuusen1_pri @ Priority
- .byte se_fuusen1_rev @ Reverb.
-
- .word se_fuusen1_grp
-
- .word se_fuusen1_1
-
- .end