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
|
Music_RuinsOfAlphInterior: ; ebd9e
dbw $80, Music_RuinsOfAlphInterior_Ch1
dbw $01, Music_RuinsOfAlphInterior_Ch2
dbw $02, Music_RuinsOfAlphInterior_Ch3
; ebda7
Music_RuinsOfAlphInterior_Ch1: ; ebda7
tempo 224
volume $77
dutycycle $0
stereopanning $f0
notetype $c, $44
note __, 1
loopchannel 0, Music_RuinsOfAlphInterior_branch_ebdc2
; ebdb8
Music_RuinsOfAlphInterior_Ch2: ; ebdb8
tone $0002
dutycycle $0
stereopanning $f
notetype $c, $a4
Music_RuinsOfAlphInterior_branch_ebdc2: ; ebdc2
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
loopchannel 0, Music_RuinsOfAlphInterior_branch_ebdc2
; ebdd4
Music_RuinsOfAlphInterior_Ch3: ; ebdd4
notetype $c, $10
Music_RuinsOfAlphInterior_branch_ebdd7: ; ebdd7
octave 2
note G#, 2
octave 3
note C#, 2
note E_, 2
note __, 10
loopchannel 0, Music_RuinsOfAlphInterior_branch_ebdd7
; ebde1
|