forked from pret/pokefirered
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathse_m_encore2.s
173 lines (164 loc) · 3.36 KB
/
se_m_encore2.s
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
.include "MPlayDef.s"
.equ se_m_encore2_grp, voicegroup128
.equ se_m_encore2_pri, 4
.equ se_m_encore2_rev, reverb_set+50
.equ se_m_encore2_mvl, 127
.equ se_m_encore2_key, 0
.equ se_m_encore2_tbs, 1
.equ se_m_encore2_exg, 0
.equ se_m_encore2_cmp, 1
.section .rodata
.global se_m_encore2
.align 2
@********************** Track 1 **********************@
se_m_encore2_1:
.byte KEYSH , se_m_encore2_key+0
.byte TEMPO , 150*se_m_encore2_tbs/2
.byte VOICE , 60
.byte BENDR , 12
.byte VOL , 25*se_m_encore2_mvl/mxv
.byte PAN , c_v+0
.byte BEND , c_v+0
.byte TIE , Cn3 , v127
.byte W01
.byte PAN , c_v+2
.byte W01
.byte c_v+5
.byte W01
.byte VOL , 34*se_m_encore2_mvl/mxv
.byte W01
.byte PAN , c_v+2
.byte W02
.byte c_v+0
.byte W01
.byte VOL , 46*se_m_encore2_mvl/mxv
.byte PAN , c_v-2
.byte W01
.byte c_v-4
.byte W02
.byte VOL , 56*se_m_encore2_mvl/mxv
.byte PAN , c_v-2
.byte W02
.byte c_v+0
.byte W01
.byte c_v+2
.byte W01
.byte c_v+5
.byte W01
.byte VOL , 70*se_m_encore2_mvl/mxv
.byte W01
.byte PAN , c_v+2
.byte W02
.byte c_v+0
.byte W01
.byte VOL , 80*se_m_encore2_mvl/mxv
.byte PAN , c_v-2
.byte W01
.byte c_v-4
.byte W02
.byte VOL , 88*se_m_encore2_mvl/mxv
.byte PAN , c_v-2
.byte W02
.byte c_v+0
.byte W01
.byte c_v+2
.byte W01
.byte VOL , 96*se_m_encore2_mvl/mxv
.byte PAN , c_v+5
.byte W02
.byte c_v+2
.byte W02
.byte VOL , 100*se_m_encore2_mvl/mxv
.byte PAN , c_v+0
.byte W01
.byte c_v-2
.byte W01
.byte c_v-4
.byte W02
.byte c_v-2
.byte W02
se_m_encore2_1_000:
.byte PAN , c_v+0
.byte W01
.byte c_v+2
.byte W01
.byte c_v+5
.byte W02
.byte c_v+2
.byte W02
.byte c_v+0
.byte W01
.byte c_v-2
.byte W01
.byte c_v-4
.byte W02
.byte c_v-2
.byte W02
.byte PEND
.byte PATT
.word se_m_encore2_1_000
.byte PATT
.word se_m_encore2_1_000
.byte PATT
.word se_m_encore2_1_000
.byte PATT
.word se_m_encore2_1_000
.byte PATT
.word se_m_encore2_1_000
.byte PATT
.word se_m_encore2_1_000
.byte VOL , 96*se_m_encore2_mvl/mxv
.byte PAN , c_v+0
.byte W01
.byte c_v+2
.byte W01
.byte c_v+5
.byte W01
.byte VOL , 92*se_m_encore2_mvl/mxv
.byte W01
.byte PAN , c_v+2
.byte W02
.byte c_v+0
.byte W01
.byte VOL , 84*se_m_encore2_mvl/mxv
.byte PAN , c_v-2
.byte W01
.byte c_v-4
.byte W02
.byte VOL , 72*se_m_encore2_mvl/mxv
.byte PAN , c_v-2
.byte W02
.byte c_v+0
.byte W01
.byte c_v+2
.byte W01
.byte VOL , 63*se_m_encore2_mvl/mxv
.byte PAN , c_v+5
.byte W02
.byte VOL , 52*se_m_encore2_mvl/mxv
.byte PAN , c_v+2
.byte W02
.byte c_v+0
.byte W01
.byte VOL , 37*se_m_encore2_mvl/mxv
.byte PAN , c_v-2
.byte W01
.byte c_v-4
.byte W01
.byte VOL , 22*se_m_encore2_mvl/mxv
.byte W01
.byte 12*se_m_encore2_mvl/mxv
.byte PAN , c_v-2
.byte W02
.byte EOT , Cn3
.byte FINE
@******************************************************@
.align 2
se_m_encore2:
.byte 1 @ NumTrks
.byte 0 @ NumBlks
.byte se_m_encore2_pri @ Priority
.byte se_m_encore2_rev @ Reverb.
.word se_m_encore2_grp
.word se_m_encore2_1
.end