summaryrefslogtreecommitdiff
path: root/audio/music/mainmenu.asm
blob: 7ea3078f987fafa30b15696e5f98fada71631c30 (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
_Music_MainMenu: ; 0xf78fd
	db $c0
	dw _Music_MainMenu_Ch1
	db $01
	dw _Music_MainMenu_Ch2
	db $02
	dw _Music_MainMenu_Ch3
	db $03
	dw _Music_MainMenu_Ch4
; 0xf7909

_Music_MainMenu_Ch1: ; 0xf7909
	tempo $a000
	volume $77
	dutycycle $03
	tone $0100
	vibrato $10, $15
	stereopanning $f0
	notetype $0c, $0f
	octave3
	note $37
	notetype $0c, $92
	octave3
	note $25
	note $20
	note $20
	note $21
	note $21
	note $23
	loopchannel $02, $791d
	note $45
	note $40
	note $40
	note $41
	note $41
	note $43
	octave2
	note $c5
	note $c0
	note $c0
	note $c1
	note $c1
	notetype $0c, $94
	octave3
	note $13
	loopchannel $00, $791d ; end
; 0xf7940

_Music_MainMenu_Ch2: ; 0xf7940
	dutycycle $03
	stereopanning $0f
	notetype $0c, $0f
	octave3
	note $87
	notetype $0c, $a2
	note $75
	note $70
	note $70
	note $71
	note $71
	note $73
	loopchannel $02, $7949
	note $95
	note $90
	note $90
	note $91
	note $91
	note $93
	note $55
	note $50
	note $50
	note $51
	note $51
	notetype $0c, $a4
	note $63
	loopchannel $00, $7949 ; end
; 0xf7969

_Music_MainMenu_Ch3: ; 0xf7969
	stereopanning $f0
	notetype $0c, $25
	note $07
	octave2
	note $70
	note $04
	note $70
	note $70
	note $70
	note $00
	note $70
	note $00
	note $70
	note $02
	loopchannel $02, $796f
	note $90
	note $04
	note $90
	note $90
	note $90
	note $00
	note $90
	note $00
	note $90
	note $02
	note $50
	note $04
	note $50
	note $50
	note $50
	note $00
	note $50
	note $00
	note $60
	note $02
	loopchannel $00, $796f ; end
; 0xf7996

_Music_MainMenu_Ch4: ; 0xf7996
	stereopanning $0f
	togglenoise $03
	notetype $0c
	note $07
	note $0f
	note $0f
	note $0f
	note $0b
	note $30
	note $30
	note $30
	note $30
	note $35
	note $30
	note $30
	note $31
	note $31
	note $33
	note $35
	note $30
	note $30
	note $31
	note $31
	note $40
	note $40
	note $30
	note $30
	loopchannel $00, $79a5 ; end
; 0xf79b8