pokecrystal-board/audio/music/lakeofragerocketradio.asm

40 lines
844 B
NASM
Raw Normal View History

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