pokecrystal-board/audio/music/lakeofragerocketradio.asm

40 lines
830 B
NASM
Raw Normal View History

2013-11-07 01:18:50 -05:00
Music_LakeOfRageRocketRadio: ; ef5b1
dbw $80, Music_LakeOfRageRocketRadio_Ch1
dbw $01, Music_LakeOfRageRocketRadio_Ch2
dbw $02, Music_LakeOfRageRocketRadio_Ch3
; ef5ba
2012-11-30 05:52:23 -05:00
2013-11-07 01:18:50 -05:00
Music_LakeOfRageRocketRadio_Ch1: ; ef5ba
tempo 160
2012-11-30 05:52:23 -05:00
volume $77
2013-11-07 01:18:50 -05:00
dutycycle $1
tone $1118
vibrato $0, $f0
2012-11-30 05:52:23 -05:00
stereopanning $f0
2013-11-07 01:18:50 -05:00
Music_LakeOfRageRocketRadio_branch_ef5c9: ; ef5c9
notetype $c, $a7
octave 7
note G_, 3
note F#, 3
note G_, 3
note F#, 3
note __, 15
loopchannel 0, Music_LakeOfRageRocketRadio_branch_ef5c9
Music_LakeOfRageRocketRadio_Ch2: ; ef5d6
dutycycle $1
2012-11-30 05:52:23 -05:00
vibrato $13, $e8
2013-11-07 01:18:50 -05:00
notetype $c, $a7
note __, 1
stereopanning $f
loopchannel 0, Music_LakeOfRageRocketRadio_branch_ef5c9
2012-11-30 05:52:23 -05:00
2013-11-07 01:18:50 -05:00
Music_LakeOfRageRocketRadio_Ch3: ; ef5e5
notetype $c, $26
2012-11-30 05:52:23 -05:00
vibrato $10, $44
2013-11-07 01:18:50 -05:00
note __, 3
loopchannel 0, Music_LakeOfRageRocketRadio_branch_ef5c9
; ef5f0