pokecrystal-board/audio/music/lakeofragerocketradio.asm

36 lines
737 B
NASM
Raw Normal View History

2018-06-24 07:09:41 -07:00
Music_LakeOfRageRocketRadio:
2015-12-07 08:28:58 -08:00
musicheader 3, 1, Music_LakeOfRageRocketRadio_Ch1
musicheader 1, 2, Music_LakeOfRageRocketRadio_Ch2
musicheader 1, 3, Music_LakeOfRageRocketRadio_Ch3
2012-11-30 02:52:23 -08:00
2018-06-24 07:09:41 -07:00
Music_LakeOfRageRocketRadio_Ch1:
2013-11-06 22:18:50 -08:00
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
.mainloop:
2013-11-06 22:18:50 -08:00
notetype $c, $a7
octave 7
note G_, 4
note F#, 4
note G_, 4
note F#, 4
note __, 16
loopchannel 0, .mainloop
2013-11-06 22:18:50 -08:00
2018-06-24 07:09:41 -07:00
Music_LakeOfRageRocketRadio_Ch2:
2013-11-06 22:18:50 -08:00
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_Ch1.mainloop
2012-11-30 02:52:23 -08:00
2018-06-24 07:09:41 -07:00
Music_LakeOfRageRocketRadio_Ch3:
2013-11-06 22:18:50 -08:00
notetype $c, $26
2012-11-30 02:52:23 -08:00
vibrato $10, $44
note __, 4
loopchannel 0, Music_LakeOfRageRocketRadio_Ch1.mainloop