summaryrefslogtreecommitdiff
path: root/audio/music/ruinsofalphinterior.asm
blob: 7799b2c8d7c46e531f9834b2b43c7d8362c3749c (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
Music_RuinsOfAlphInterior:
	channel_count 3
	channel 1, Music_RuinsOfAlphInterior_Ch1
	channel 2, Music_RuinsOfAlphInterior_Ch2
	channel 3, Music_RuinsOfAlphInterior_Ch3

Music_RuinsOfAlphInterior_Ch1:
	tempo 224
	volume 7, 7
	duty_cycle 0
	stereo_panning TRUE, FALSE
	note_type 12, 4, 4
	rest 1
	sound_loop 0, Music_RuinsOfAlphInterior_Ch2.mainloop

Music_RuinsOfAlphInterior_Ch2:
	pitch_offset 2
	duty_cycle 0
	stereo_panning FALSE, TRUE
	note_type 12, 10, 4
.mainloop:
	octave 4
	note C_, 4
	octave 3
	note A#, 4
	octave 4
	note C#, 2
	note D#, 2
	note C_, 2
	octave 3
	note A#, 2
	octave 4
	note C_, 4
	octave 3
	note A#, 4
	sound_loop 0, .mainloop

Music_RuinsOfAlphInterior_Ch3:
	note_type 12, 1, 0
.mainloop:
	octave 2
	note G#, 2
	octave 3
	note C#, 2
	note E_, 2
	rest 10
	sound_loop 0, .mainloop