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
|
Music_RuinsOfAlphRadio: ; eedcb
dbw $80, Music_RuinsOfAlphRadio_Ch1
dbw $01, Music_RuinsOfAlphRadio_Ch2
dbw $02, Music_RuinsOfAlphRadio_Ch3
; eedd4
Music_RuinsOfAlphRadio_Ch1: ; eedd4
tempo 160
volume $77
dutycycle $0
tone $0118
vibrato $0, $f0
stereopanning $f0
Music_RuinsOfAlphRadio_branch_eede3: ; eede3
notetype $6, $71
callchannel Music_RuinsOfAlphRadio_branch_eee01
notetype $c, $a1
note __, 16
note __, 16
callchannel Music_RuinsOfAlphRadio_branch_eee08
notetype $c, $a1
note __, 16
note __, 16
callchannel Music_RuinsOfAlphRadio_branch_eee01
notetype $c, $a1
note __, 16
loopchannel 0, Music_RuinsOfAlphRadio_branch_eede3
; eee01
Music_RuinsOfAlphRadio_branch_eee01: ; eee01
octave 4
note G_, 1
note F#, 1
note G_, 1
note F#, 1
note C_, 8
endchannel
; eee08
Music_RuinsOfAlphRadio_branch_eee08: ; eee08
octave 4
note G_, 1
note F#, 1
note G_, 1
note F#, 1
note C_, 4
note G_, 1
octave 5
note C_, 8
endchannel
; eee12
Music_RuinsOfAlphRadio_Ch2: ; eee12
dutycycle $1
vibrato $1, $e0
Music_RuinsOfAlphRadio_branch_eee17: ; eee17
stereopanning $f
notetype $6, $81
callchannel Music_RuinsOfAlphRadio_branch_eee01
notetype $c, $a1
note __, 16
note __, 16
notetype $6, $81
callchannel Music_RuinsOfAlphRadio_branch_eee08
notetype $c, $a1
note __, 16
loopchannel 0, Music_RuinsOfAlphRadio_branch_eee17
; eee32
Music_RuinsOfAlphRadio_Ch3: ; eee32
notetype $6, $26
Music_RuinsOfAlphRadio_branch_eee35: ; eee35
octave 2
note C_, 1
note C#, 1
note C_, 1
note __, 16
loopchannel 0, Music_RuinsOfAlphRadio_branch_eee35
; eee3e
|