summaryrefslogtreecommitdiff
path: root/music/halloffame.asm
blob: 29118dbef8e41017634b2fac9e881fb0737313f6 (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
_Music_HallOfFame: ; 0xf05bf
	db $c0
	dw _Music_HallOfFame_Ch1
	db $01
	dw _Music_HallOfFame_Ch2
	db $02
	dw _Music_HallOfFame_Ch3
	db $03
	dw _Music_HallOfFame_Ch4
; 0xf05cb

_Music_HallOfFame_Ch1: ; 0xf05cb
	tempo $7000
	volume $77
	dutycycle $02
	vibrato $0c, $22
	tone $0100
	stereopanning $f0
	notetype $0c, $93
	note $0f
	note $0f
	note $0f
	note $0b
	octave3
	note $30
	note $50
	note $60
	note $70
	intensity $97
	octave4
	note $17
	intensity $77
	note $17
	intensity $97
	note $57
	intensity $77
	note $57
	intensity $97
	note $77
	intensity $77
	note $77
	intensity $77
	note $67
	intensity $57
	note $67
	loopchannel $03, $45e6
	note $0f
	note $0f
	note $0f
	note $0f
	loopchannel $00, $45e6 ; end
; 0xf060b

_Music_HallOfFame_Ch2: ; 0xf060b
	vibrato $08, $25
	dutycycle $03
	notetype $0c, $c4
	octave3
	note $81
	note $31
	note $81
	note $a9
	note $81
	note $31
	note $81
	octave4
	note $13
	octave3
	note $c3
	note $a1
	note $81
	note $31
	note $81
	note $a9
	note $61
	note $11
	note $61
	note $b3
	note $a3
	note $61
	loopchannel $00, $4610 ; end
; 0xf062e

_Music_HallOfFame_Ch3: ; 0xf062e
	notetype $0c, $28
	octave3
	note $31
	note $81
	note $31
	note $81
	note $31
	note $81
	note $31
	note $81
	octave3
	note $31
	note $81
	note $31
	note $81
	note $31
	note $81
	note $31
	note $81
	octave3
	note $31
	note $81
	note $31
	note $81
	note $31
	note $81
	note $31
	note $81
	octave3
	note $11
	note $61
	note $11
	note $61
	note $11
	note $61
	note $11
	note $61
	loopchannel $03, $4631
	note $33
	note $83
	note $33
	note $83
	note $53
	note $83
	note $53
	note $83
	note $73
	note $a3
	note $73
	note $a3
	note $53
	note $83
	note $53
	note $83
	loopchannel $00, $462e ; end
; 0xf066d

_Music_HallOfFame_Ch4: ; 0xf066d
	togglenoise $05
	notetype $0c
	note $0f
	note $0f
	note $0f
	note $0f
	notetype $06
	stereopanning $0f
	note $b3
	note $b7
	note $b3
	note $b3
	note $b3
	stereopanning $f0
	note $a1
	note $a1
	note $b1
	note $b1
	note $b3
	note $b3
	note $b7
	note $b3
	note $b3
	stereopanning $0f
	note $b0
	note $b0
	note $a0
	note $a0
	note $b0
	note $b0
	note $b0
	note $b0
	loopchannel $00, $4677 ; end
; 0xf0697