pokecrystal-board/audio/music/lakeofragerocketradio.asm

37 lines
755 B
NASM
Raw Normal View History

2018-06-24 07:09:41 -07:00
Music_LakeOfRageRocketRadio:
channel_count 3
channel 1, Music_LakeOfRageRocketRadio_Ch1
channel 2, Music_LakeOfRageRocketRadio_Ch2
channel 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
volume 7, 7
duty_cycle 1
pitch_offset 4376
vibrato 0, 15, 0
stereo_panning TRUE, FALSE
.mainloop:
note_type 12, 10, 7
2013-11-06 22:18:50 -08:00
octave 7
note G_, 4
note F#, 4
note G_, 4
note F#, 4
rest 16
sound_loop 0, .mainloop
2013-11-06 22:18:50 -08:00
2018-06-24 07:09:41 -07:00
Music_LakeOfRageRocketRadio_Ch2:
duty_cycle 1
vibrato 19, 14, 8
note_type 12, 10, 7
rest 2
stereo_panning FALSE, TRUE
sound_loop 0, Music_LakeOfRageRocketRadio_Ch1.mainloop
2012-11-30 02:52:23 -08:00
2018-06-24 07:09:41 -07:00
Music_LakeOfRageRocketRadio_Ch3:
note_type 12, 2, 6
vibrato 16, 4, 4
rest 4
sound_loop 0, Music_LakeOfRageRocketRadio_Ch1.mainloop