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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
|
.include "MPlayDef.s"
.equ bgm_me_wasure_grp, voicegroup_843129C
.equ bgm_me_wasure_pri, 5
.equ bgm_me_wasure_rev, reverb_set+50
.equ bgm_me_wasure_mvl, 127
.equ bgm_me_wasure_key, 0
.equ bgm_me_wasure_tbs, 1
.equ bgm_me_wasure_exg, 0
.equ bgm_me_wasure_cmp, 1
.section .rodata
.global bgm_me_wasure
.align 2
@********************** Track 1 **********************@
bgm_me_wasure_1:
.byte KEYSH , bgm_me_wasure_key+0
.byte TEMPO , 150*bgm_me_wasure_tbs/2
.byte W12
.byte VOICE , 13
.byte VOL , 90*bgm_me_wasure_mvl/mxv
.byte N06 , En3 , v068
.byte W06
.byte Bn3
.byte W06
.byte En4
.byte W06
.byte Bn4
.byte W06
.byte N12 , Ds5 , v088
.byte W09
.byte Cn5
.byte W12
.byte As4
.byte W12
.byte Gn4
.byte W12
.byte En4
.byte W12
.byte N06 , En5
.byte W12
.byte N12
.byte W24
.byte W03
.byte W24
.byte FINE
@********************** Track 2 **********************@
bgm_me_wasure_2:
.byte KEYSH , bgm_me_wasure_key+0
.byte W12
.byte VOICE , 13
.byte VOL , 90*bgm_me_wasure_mvl/mxv
.byte W03
.byte N06 , Gs3 , v068
.byte W06
.byte Cs4
.byte W06
.byte Gs4
.byte W06
.byte Cs5
.byte W03
.byte W03
.byte N12 , En5 , v088
.byte W09
.byte Cs5
.byte W12
.byte Bn4
.byte W12
.byte Gs4
.byte W12
.byte En4
.byte W12
.byte N06 , En5
.byte W12
.byte N12
.byte W24
.byte W24
.byte FINE
@********************** Track 3 **********************@
bgm_me_wasure_3:
.byte KEYSH , bgm_me_wasure_key+0
.byte W12
.byte BEND , c_v+1
.byte W24
.byte VOICE , 13
.byte VOL , 90*bgm_me_wasure_mvl/mxv
.byte PAN , c_v-48
.byte W12
.byte N12 , En5 , v012
.byte W09
.byte Cs5
.byte W12
.byte Bn4
.byte W12
.byte Gs4
.byte W12
.byte En4
.byte W12
.byte N06 , En5
.byte W12
.byte N12
.byte W15
.byte W24
.byte FINE
@********************** Track 4 **********************@
bgm_me_wasure_4:
.byte KEYSH , bgm_me_wasure_key+0
.byte W12
.byte BEND , c_v-2
.byte W24
.byte VOICE , 13
.byte VOL , 90*bgm_me_wasure_mvl/mxv
.byte PAN , c_v+48
.byte W24
.byte N12 , En5 , v012
.byte W09
.byte Cs5
.byte W12
.byte Bn4
.byte W12
.byte Gs4
.byte W12
.byte En4
.byte W12
.byte N06 , En5
.byte W12
.byte N12
.byte W03
.byte W24
.byte FINE
@********************** Track 5 **********************@
bgm_me_wasure_5:
.byte KEYSH , bgm_me_wasure_key+0
.byte XCMD , xIECV , 8
.byte xIECL , 8
.byte W12
.byte VOICE , 84
.byte VOL , 90*bgm_me_wasure_mvl/mxv
.byte W21
.byte N12 , En2 , v072
.byte W03
.byte W56
.byte W01
.byte En3
.byte W12
.byte En4
.byte W24
.byte W03
.byte W24
.byte FINE
@********************** Track 6 **********************@
bgm_me_wasure_6:
.byte KEYSH , bgm_me_wasure_key+0
.byte XCMD , xIECV , 8
.byte xIECL , 8
.byte W12
.byte VOICE , 85
.byte VOL , 90*bgm_me_wasure_mvl/mxv
.byte BEND , c_v+8
.byte W24
.byte N12 , En2 , v052
.byte W60
.byte En3
.byte W12
.byte En4
.byte W24
.byte W24
.byte FINE
@******************************************************@
.align 2
bgm_me_wasure:
.byte 6 @ NumTrks
.byte 0 @ NumBlks
.byte bgm_me_wasure_pri @ Priority
.byte bgm_me_wasure_rev @ Reverb.
.word bgm_me_wasure_grp
.word bgm_me_wasure_1
.word bgm_me_wasure_2
.word bgm_me_wasure_3
.word bgm_me_wasure_4
.word bgm_me_wasure_5
.word bgm_me_wasure_6
.end
|