kep-hack/audio/music/jigglypuffsong.asm
dannye 20c4116788 Update audio macro names
change audio channel numbers from 0-7 back to 1-8
change all note macros back to single note macro
todo: fix comments with old macro names, update noise macros/instrument names
2019-07-27 23:21:39 -05:00

41 lines
556 B
NASM

Music_JigglypuffSong_Ch1::
tempo 144
volume 7, 7
vibrato 8, 2, 4
duty_cycle 2
duty_cycle_pattern 165
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 10
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