summaryrefslogtreecommitdiff
path: root/sound/songs/se_w221.s
diff options
context:
space:
mode:
Diffstat (limited to 'sound/songs/se_w221.s')
-rw-r--r--sound/songs/se_w221.s105
1 files changed, 105 insertions, 0 deletions
diff --git a/sound/songs/se_w221.s b/sound/songs/se_w221.s
new file mode 100644
index 000000000..f33667309
--- /dev/null
+++ b/sound/songs/se_w221.s
@@ -0,0 +1,105 @@
+ .include "MPlayDef.s"
+
+ .equ se_w221_grp, voicegroup_869D6F4
+ .equ se_w221_pri, 4
+ .equ se_w221_rev, reverb_set+50
+ .equ se_w221_mvl, 127
+ .equ se_w221_key, 0
+ .equ se_w221_tbs, 1
+ .equ se_w221_exg, 0
+ .equ se_w221_cmp, 1
+
+ .section .rodata
+ .global se_w221
+ .align 2
+
+@********************** Track 1 **********************@
+
+se_w221_1:
+ .byte KEYSH , se_w221_key+0
+ .byte TEMPO , 150*se_w221_tbs/2
+ .byte VOICE , 29
+ .byte BENDR , 12
+ .byte VOL , 110*se_w221_mvl/mxv
+ .byte PAN , c_v+5
+ .byte BEND , c_v+0
+ .byte N04 , Cn3 , v127
+ .byte W03
+ .byte PAN , c_v+0
+ .byte W01
+ .byte N18 , Gn4
+ .byte W02
+ .byte PAN , c_v-5
+ .byte W01
+ .byte VOL , 98*se_w221_mvl/mxv
+ .byte BEND , c_v+2
+ .byte W02
+ .byte PAN , c_v+0
+ .byte W01
+ .byte VOL , 83*se_w221_mvl/mxv
+ .byte BEND , c_v+6
+ .byte W02
+ .byte PAN , c_v+5
+ .byte W01
+ .byte BEND , c_v+9
+ .byte W01
+ .byte VOL , 63*se_w221_mvl/mxv
+ .byte W01
+ .byte PAN , c_v+0
+ .byte W01
+ .byte BEND , c_v+13
+ .byte W02
+ .byte VOL , 44*se_w221_mvl/mxv
+ .byte PAN , c_v-5
+ .byte W02
+ .byte VOL , 28*se_w221_mvl/mxv
+ .byte BEND , c_v+20
+ .byte W01
+ .byte PAN , c_v-2
+ .byte W01
+ .byte VOL , 12*se_w221_mvl/mxv
+ .byte W02
+ .byte FINE
+
+@********************** Track 2 **********************@
+
+se_w221_2:
+ .byte KEYSH , se_w221_key+0
+ .byte VOICE , 27
+ .byte PAN , c_v+0
+ .byte VOL , 110*se_w221_mvl/mxv
+ .byte N01 , Gn2 , v032
+ .byte W02
+ .byte N01
+ .byte W02
+ .byte N18
+ .byte W03
+ .byte VOL , 98*se_w221_mvl/mxv
+ .byte W03
+ .byte 83*se_w221_mvl/mxv
+ .byte W04
+ .byte 63*se_w221_mvl/mxv
+ .byte W04
+ .byte 44*se_w221_mvl/mxv
+ .byte W02
+ .byte 28*se_w221_mvl/mxv
+ .byte W02
+ .byte 12*se_w221_mvl/mxv
+ .byte W02
+ .byte FINE
+
+@******************************************************@
+ .align 2
+
+se_w221:
+ .byte 2 @ NumTrks
+ .byte 0 @ NumBlks
+ .byte se_w221_pri @ Priority
+ .byte se_w221_rev @ Reverb.
+
+ .word se_w221_grp
+
+ .word se_w221_1
+ .word se_w221_2
+
+ .end