kep-hack/crysaudio/music/RBY/jigglypuffsong.asm
2021-04-03 17:45:32 -05:00

46 lines
686 B
NASM

Music_JigglypuffSong::
channel_count 2
channel 1, Music_JigglypuffSong_Ch1
channel 2, Music_JigglypuffSong_Ch2
Music_JigglypuffSong_Ch1::
tempo 144
volume 7, 7
vibrato 8, 2, 4
duty_cycle 2
duty_cycle_pattern 2, 2, 1, 1
toggle_perfect_pitch
note_type 13, 6, 7
octave 4
note E_, 8
note_type 12, 6, 7
note B_, 2
note G#, 6
note F#, 8
note G#, 2
note A_, 6
note G#, 8
note F#, 4
note G#, 4
note E_, 10
sound_ret
Music_JigglypuffSong_Ch2::
vibrato 5, 1, 5
duty_cycle 2
duty_cycle_pattern 0, 0, 2, 2
note_type 12, 10, 7
octave 4
note E_, 8
note B_, 2
note G#, 6
note F#, 8
note G#, 2
note A_, 6
note G#, 8
note F#, 4
note G#, 4
note E_, 10
sound_ret