diff options
Diffstat (limited to 'audio/music/successfulcapture.asm')
-rw-r--r-- | audio/music/successfulcapture.asm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/music/successfulcapture.asm b/audio/music/successfulcapture.asm index 954416ee7..61ccc3eb9 100644 --- a/audio/music/successfulcapture.asm +++ b/audio/music/successfulcapture.asm @@ -4,7 +4,6 @@ Music_SuccessfulCapture: ; f4602 dbw $02, Music_SuccessfulCapture_Ch3 ; f460b - Music_SuccessfulCapture_Ch1: ; f460b tempo 126 volume $77 @@ -12,14 +11,18 @@ Music_SuccessfulCapture_Ch1: ; f460b tone $0001 notetype $c, $a1 jumpchannel Music_SuccessfulCapture_branch_f4536 +; f461b Music_SuccessfulCapture_Ch2: ; f461b vibrato $12, $24 notetype $c, $c1 dutycycle $2 jumpchannel Music_SuccessfulCapture_branch_f4585 +; f4626 Music_SuccessfulCapture_Ch3: ; f4626 notetype $c, $25 jumpchannel Music_SuccessfulCapture_branch_f45cf ; f462c + + |