summaryrefslogtreecommitdiff
path: root/audio/music/johtowildbattlenight.asm
blob: b4b1651bd739f99fdd5c0c5a2f3ee658c96e4a0e (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
Music_JohtoWildBattleNight:
	musicheader 3, 1, Music_JohtoWildBattleNight_Ch1
	musicheader 1, 2, Music_JohtoWildBattleNight_Ch2
	musicheader 1, 3, Music_JohtoWildBattleNight_Ch3

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

Music_JohtoWildBattleNight_Ch2:
	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

Music_JohtoWildBattleNight_Ch3:
	notetype $c, $11
	loopchannel 0, Music_JohtoWildBattleNight_branch_f5f94