summaryrefslogtreecommitdiff
path: root/audio/music/johtowildbattlenight.asm
blob: 402e87a1fba16f6b447b52f8ba798176bc97dae4 (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
Music_JohtoWildBattleNight: ; f605c
	dbw $80, Music_JohtoWildBattleNight_Ch1
	dbw $01, Music_JohtoWildBattleNight_Ch2
	dbw $02, Music_JohtoWildBattleNight_Ch3
; f6065

Music_JohtoWildBattleNight_Ch1: ; f6065
	tempo 107
	volume $77
	dutycycle $3
	tone $0002
	vibrato $10, $25
	loopchannel 0, Music_JohtoWildBattleNight_branch_f5ddb
; f6076

Music_JohtoWildBattleNight_Ch2: ; f6076
	dutycycle $3
	vibrato $20, $36
	tone $0001
	callchannel Music_JohtoWildBattleNight_branch_f5f5d
	notetype $c, $c2
	octave 4
	note G_, 6
	tone $0001
	dutycycle $2
	loopchannel 0, Music_JohtoWildBattleNight_branch_f5eb2
; f608f

Music_JohtoWildBattleNight_Ch3: ; f608f
	notetype $c, $11
	loopchannel 0, Music_JohtoWildBattleNight_branch_f5f94
; f6096