summaryrefslogtreecommitdiff
path: root/audio/music/sprouttower.asm
blob: c77e442641f9a612270aacf8974b1dc85f1791f6 (plain)
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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
Music_SproutTower:
	channel_count 4
	channel 1, Music_SproutTower_Ch1
	channel 2, Music_SproutTower_Ch2
	channel 3, Music_SproutTower_Ch3
	channel 4, Music_SproutTower_Ch4

Music_SproutTower_Ch1:
	tempo 176
	volume 7, 7
	duty_cycle 3
	pitch_offset 2
	vibrato 8, 4, 5
	stereo_panning FALSE, TRUE
	note_type 12, 10, 3
	rest 16
	rest 16
.mainloop:
	rest 6
	octave 3
	note F_, 2
	note F#, 4
	note F#, 4
	note F_, 4
	note C_, 4
	note C#, 4
	note D#, 4
	note D#, 4
	note D#, 4
	note F#, 4
	note F#, 4
	note F_, 2
	note F#, 2
	note G#, 2
	note F#, 2
	note F_, 4
	note F#, 2
	note D#, 10
	note F#, 2
	note F_, 2
	note D#, 2
	note C#, 2
	volume_envelope 10, 5
	note C_, 8
	volume_envelope 10, 3
	note C#, 2
	note C_, 2
	octave 2
	note A#, 2
	octave 3
	note C#, 2
	volume_envelope 10, 7
	note C_, 16
	volume_envelope 10, 3
	note F_, 4
	note F_, 4
	note F#, 4
	note F#, 4
	note F_, 4
	note F_, 4
	note D#, 4
	note D#, 4
	sound_loop 0, .mainloop

Music_SproutTower_Ch2:
	duty_cycle 3
	pitch_offset 1
	vibrato 8, 4, 8
	note_type 12, 11, 2
	octave 3
	note F_, 4
	note F_, 4
	note F#, 4
	note F#, 4
	note F_, 4
	note F_, 4
	note D#, 4
	note D#, 4
.mainloop:
	volume_envelope 11, 5
	octave 4
	note C_, 4
	octave 3
	note A#, 4
	octave 4
	note C#, 4
	note C_, 2
	octave 3
	note A#, 2
	octave 4
	note C_, 2
	octave 3
	note A#, 2
	note F#, 4
	volume_envelope 11, 7
	note F_, 8
	volume_envelope 11, 5
	note F#, 4
	note A#, 4
	octave 4
	note C_, 2
	note C#, 2
	note C_, 2
	octave 3
	note A#, 2
	octave 4
	note C_, 2
	note C#, 2
	note D#, 2
	note C#, 2
	note C_, 8
	volume_envelope 11, 5
	note C#, 2
	note C_, 2
	octave 3
	note A#, 2
	note F#, 2
	volume_envelope 11, 7
	note A#, 8
	volume_envelope 11, 5
	octave 4
	note C_, 2
	octave 3
	note A#, 2
	note F#, 2
	note D#, 2
	volume_envelope 11, 7
	note F_, 8
	volume_envelope 11, 3
	note F_, 4
	note F_, 4
	note F#, 4
	note A#, 2
	note F_, 1
	note A#, 1
	volume_envelope 11, 7
	octave 4
	note C_, 16
	rest 16
	sound_loop 0, .mainloop

Music_SproutTower_Ch3:
	vibrato 20, 14, 8
	note_type 12, 1, 4
	octave 3
	note F_, 2
	rest 2
	note C_, 2
	note F_, 2
	note F#, 2
	note D#, 2
	rest 2
	note F#, 2
	note F_, 2
	rest 2
	note C_, 2
	note F_, 2
	note F#, 2
	note D#, 2
	rest 2
	note F#, 2
	stereo_panning TRUE, FALSE
.mainloop:
	rest 4
	note C_, 2
	note F_, 2
	note F#, 2
	note D#, 2
	rest 2
	note F#, 2
	note F_, 2
	rest 2
	note C_, 2
	note F_, 2
	note F#, 2
	note D#, 2
	rest 2
	note F_, 2
	note D#, 2
	rest 2
	octave 2
	note A#, 2
	octave 3
	note D#, 2
	note F#, 2
	note D#, 2
	rest 2
	note F#, 2
	note F_, 2
	rest 2
	note C_, 2
	note F_, 2
	note F#, 2
	note D#, 2
	rest 2
	note F#, 2
	note F_, 8
	note F#, 4
	note A#, 4
	note D#, 8
	note F_, 4
	note F#, 4
	note F_, 16
	note F_, 2
	rest 2
	note C_, 2
	note F_, 2
	note F#, 2
	note D#, 2
	rest 2
	note F_, 2
	note F_, 2
	rest 2
	note C_, 2
	note F_, 2
	note F#, 2
	note D#, 2
	rest 2
	note F_, 2
	sound_loop 0, .mainloop

Music_SproutTower_Ch4:
	toggle_noise 0
	drum_speed 12
	rest 4
.mainloop:
	drum_note 7, 4
	stereo_panning TRUE, FALSE
	drum_note 4, 4
	drum_note 7, 2
	stereo_panning FALSE, TRUE
	drum_note 4, 2
	stereo_panning TRUE, TRUE
	drum_note 7, 4
	drum_note 7, 4
	stereo_panning FALSE, TRUE
	drum_note 4, 4
	drum_note 7, 2
	stereo_panning TRUE, FALSE
	drum_note 4, 2
	stereo_panning TRUE, TRUE
	drum_note 7, 4
	sound_loop 0, .mainloop