1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
.include "MPlayDef.s"
.equ se_suikomu_grp, voicegroup_8451990
.equ se_suikomu_pri, 5
.equ se_suikomu_rev, reverb_set+50
.equ se_suikomu_mvl, 127
.equ se_suikomu_key, 0
.equ se_suikomu_tbs, 1
.equ se_suikomu_exg, 0
.equ se_suikomu_cmp, 1
.section .rodata
.global se_suikomu
.align 2
@********************** Track 1 **********************@
se_suikomu_1:
.byte KEYSH , se_suikomu_key+0
.byte VOICE , 13
.byte BENDR , 12
.byte VOL , 12*se_suikomu_mvl/mxv
.byte BEND , c_v+49
.byte N06 , Gn4 , v080
.byte W01
.byte VOL , 44*se_suikomu_mvl/mxv
.byte BEND , c_v+22
.byte W01
.byte VOL , 75*se_suikomu_mvl/mxv
.byte BEND , c_v+20
.byte W01
.byte VOL , 87*se_suikomu_mvl/mxv
.byte BEND , c_v+33
.byte W01
.byte VOL , 100*se_suikomu_mvl/mxv
.byte BEND , c_v+54
.byte W01
.byte c_v+63
.byte W01
.byte W03
.byte N03 , Gn4 , v040
.byte W03
.byte FINE
@********************** Track 2 **********************@
se_suikomu_2:
.byte KEYSH , se_suikomu_key+0
.byte VOICE , 123
.byte VOL , 59*se_suikomu_mvl/mxv
.byte N06 , Gs4 , v052
.byte W01
.byte VOL , 72*se_suikomu_mvl/mxv
.byte W01
.byte 90*se_suikomu_mvl/mxv
.byte W01
.byte 100*se_suikomu_mvl/mxv
.byte W03
.byte W03
.byte N03 , Gs4 , v024
.byte W03
.byte FINE
@******************************************************@
.align 2
se_suikomu:
.byte 2 @ NumTrks
.byte 0 @ NumBlks
.byte se_suikomu_pri @ Priority
.byte se_suikomu_rev @ Reverb.
.word se_suikomu_grp
.word se_suikomu_1
.word se_suikomu_2
.end
|