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
|
.include "MPlayDef.s"
.equ bgm_fanfa1_grp, voicegroup_843129C
.equ bgm_fanfa1_pri, 5
.equ bgm_fanfa1_rev, reverb_set+50
.equ bgm_fanfa1_mvl, 127
.equ bgm_fanfa1_key, 0
.equ bgm_fanfa1_tbs, 1
.equ bgm_fanfa1_exg, 0
.equ bgm_fanfa1_cmp, 1
.section .rodata
.global bgm_fanfa1
.align 2
@********************** Track 1 **********************@
bgm_fanfa1_1:
.byte KEYSH , bgm_fanfa1_key+0
.byte TEMPO , 174*bgm_fanfa1_tbs/2
.byte VOICE , 46
.byte XCMD , xIECV , 8
.byte xIECL , 8
.byte VOL , 90*bgm_fanfa1_mvl/mxv
.byte PAN , c_v+48
.byte W08
.byte N04 , Bn3 , v100
.byte W08
.byte N04
.byte W08
.byte N04
.byte W08
.byte N24 , Gs4
.byte W10
.byte MOD , 5
.byte W06
.byte W24
.byte FINE
@********************** Track 2 **********************@
bgm_fanfa1_2:
.byte KEYSH , bgm_fanfa1_key+0
.byte VOICE , 46
.byte XCMD , xIECV , 8
.byte xIECL , 8
.byte VOL , 90*bgm_fanfa1_mvl/mxv
.byte W08
.byte PAN , c_v-16
.byte N04 , En4 , v100
.byte W08
.byte PAN , c_v+16
.byte N04
.byte W08
.byte PAN , c_v-16
.byte N04
.byte W08
.byte PAN , c_v+0
.byte N24 , Bn4
.byte W10
.byte MOD , 5
.byte W06
.byte W24
.byte FINE
@********************** Track 3 **********************@
bgm_fanfa1_3:
.byte KEYSH , bgm_fanfa1_key+0
.byte VOICE , 46
.byte XCMD , xIECV , 8
.byte xIECL , 8
.byte VOL , 90*bgm_fanfa1_mvl/mxv
.byte PAN , c_v-48
.byte W08
.byte N04 , Gs3 , v068
.byte W08
.byte N04
.byte W08
.byte N04
.byte W08
.byte N24 , En4
.byte W10
.byte MOD , 5
.byte W06
.byte W24
.byte FINE
@********************** Track 4 **********************@
bgm_fanfa1_4:
.byte KEYSH , bgm_fanfa1_key+0
.byte VOICE , 84
.byte XCMD , xIECV , 8
.byte xIECL , 8
.byte VOL , 90*bgm_fanfa1_mvl/mxv
.byte W08
.byte N04 , Bn3 , v048
.byte W04
.byte Bn3 , v020
.byte W04
.byte Bn3 , v048
.byte W04
.byte Bn3 , v020
.byte W04
.byte Bn3 , v048
.byte W04
.byte Bn3 , v020
.byte W04
.byte N24 , Gs4 , v048
.byte W10
.byte MOD , 5
.byte W03
.byte VOL , 71*bgm_fanfa1_mvl/mxv
.byte W03
.byte 48*bgm_fanfa1_mvl/mxv
.byte W03
.byte 25*bgm_fanfa1_mvl/mxv
.byte W03
.byte 10*bgm_fanfa1_mvl/mxv
.byte W03
.byte 0*bgm_fanfa1_mvl/mxv
.byte W15
.byte FINE
@********************** Track 5 **********************@
bgm_fanfa1_5:
.byte KEYSH , bgm_fanfa1_key+0
.byte VOICE , 85
.byte XCMD , xIECV , 8
.byte xIECL , 8
.byte VOL , 90*bgm_fanfa1_mvl/mxv
.byte W08
.byte N04 , En4 , v048
.byte W04
.byte En4 , v020
.byte W04
.byte En4 , v048
.byte W04
.byte En4 , v020
.byte W04
.byte En4 , v048
.byte W04
.byte En4 , v020
.byte W04
.byte N24 , Bn4 , v048
.byte W10
.byte MOD , 5
.byte W03
.byte VOL , 71*bgm_fanfa1_mvl/mxv
.byte W03
.byte 48*bgm_fanfa1_mvl/mxv
.byte W03
.byte 25*bgm_fanfa1_mvl/mxv
.byte W03
.byte 10*bgm_fanfa1_mvl/mxv
.byte W03
.byte 0*bgm_fanfa1_mvl/mxv
.byte W15
.byte FINE
@******************************************************@
.align 2
bgm_fanfa1:
.byte 5 @ NumTrks
.byte 0 @ NumBlks
.byte bgm_fanfa1_pri @ Priority
.byte bgm_fanfa1_rev @ Reverb.
.word bgm_fanfa1_grp
.word bgm_fanfa1_1
.word bgm_fanfa1_2
.word bgm_fanfa1_3
.word bgm_fanfa1_4
.word bgm_fanfa1_5
.end
|