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
|
INCLUDE "constants.asm"
SECTION "Song SpottedRocket", ROMX[$5978], BANK[$3b]
Song_SpottedRocket:: ; ed978 (3b:5978)
db 2 << 6 | 0
dw Song_SpottedRocket_Ch0
db 1
dw Song_SpottedRocket_Ch1
db 2
dw Song_SpottedRocket_Ch2
Song_SpottedRocket_Ch0:: ; ed981 (3b:5981)
tempo 124
volume 7, 7
duty 2
toggleperfectpitch
rest 1
rest 2
notetype 12, 11, 1
rest 4
octave 3
D_ 2
C# 2
notetype 12, 4, 15
D_ 4
Song_SpottedRocket_branch_ed996::
notetype 12, 10, 1
D_ 4
D_ 4
D_ 4
notetype 12, 7, 0
D_ 4
loopchannel 0, Song_SpottedRocket_branch_ed996
Song_SpottedRocket_Ch1:: ; ed9a4 (3b:59a4)
duty 1
notetype 12, 11, 6
octave 3
B_ 2
A# 2
B_ 8
Song_SpottedRocket_branch_ed9ad::
notetype 12, 12, 2
octave 4
D# 2
D_ 2
C# 2
C_ 2
octave 3
B_ 4
B_ 4
B_ 4
B_ 4
B_ 4
notetype 12, 4, 15
A# 4
notetype 12, 12, 2
G_ 2
G# 2
A_ 2
A# 2
B_ 4
B_ 4
B_ 4
B_ 4
B_ 4
notetype 12, 3, 15
A# 4
notetype 12, 12, 2
loopchannel 0, Song_SpottedRocket_branch_ed9ad
Song_SpottedRocket_Ch2:: ; ed9d6 (3b:59d6)
notetype 12, 1, 0
rest 8
octave 4
F# 1
rest 1
F_ 1
rest 1
Song_SpottedRocket_branch_ed9df::
F# 1
rest 3
F# 1
rest 3
F# 1
rest 3
A# 4
loopchannel 0, Song_SpottedRocket_branch_ed9df
; 0xed9ea
|