diff options
Diffstat (limited to 'audio/music/johtowildbattlenight.asm')
-rw-r--r-- | audio/music/johtowildbattlenight.asm | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/audio/music/johtowildbattlenight.asm b/audio/music/johtowildbattlenight.asm new file mode 100644 index 00000000..402e87a1 --- /dev/null +++ b/audio/music/johtowildbattlenight.asm @@ -0,0 +1,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 + + |