summaryrefslogtreecommitdiff
path: root/audio/music/lakeofragerocketradio.asm
blob: 2abd29318b016d7c09898df84312cde4a86ce9b0 (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
Music_LakeOfRageRocketRadio: ; ef5b1
	dbw $80, Music_LakeOfRageRocketRadio_Ch1
	dbw $01, Music_LakeOfRageRocketRadio_Ch2
	dbw $02, Music_LakeOfRageRocketRadio_Ch3
; ef5ba

Music_LakeOfRageRocketRadio_Ch1: ; ef5ba
	tempo 160
	volume $77
	dutycycle $1
	tone $1118
	vibrato $0, $f0
	stereopanning $f0
Music_LakeOfRageRocketRadio_branch_ef5c9: ; ef5c9
	notetype $c, $a7
	octave 7
	note G_, 4
	note F#, 4
	note G_, 4
	note F#, 4
	note __, 16
	loopchannel 0, Music_LakeOfRageRocketRadio_branch_ef5c9
; ef5d6

Music_LakeOfRageRocketRadio_Ch2: ; ef5d6
	dutycycle $1
	vibrato $13, $e8
	notetype $c, $a7
	note __, 2
	stereopanning $f
	loopchannel 0, Music_LakeOfRageRocketRadio_branch_ef5c9
; ef5e5

Music_LakeOfRageRocketRadio_Ch3: ; ef5e5
	notetype $c, $26
	vibrato $10, $44
	note __, 4
	loopchannel 0, Music_LakeOfRageRocketRadio_branch_ef5c9
; ef5f0