kep-hack/audio/music/pkmnhealed.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

48 lines
607 B
NASM

Music_PkmnHealed_Ch1::
tempo 144
volume 7, 7
duty_cycle 2
toggle_perfect_pitch
note_type 12, 8, 1
rest 2
pitch_slide 0, 75
note B_, 2
pitch_slide 0, 84
note B_, 2
pitch_slide 0, 68
note E_, 2
rest 4
pitch_slide 0, 59
note E_, 4
pitch_slide 0, 75
note B_, 4
sound_ret
Music_PkmnHealed_Ch2::
duty_cycle 2
note_type 12, 12, 3
octave 4
note B_, 4
note B_, 4
note B_, 2
note G#, 2
note_type 12, 12, 4
octave 5
note E_, 8
sound_ret
Music_PkmnHealed_Ch3::
note_type 12, 1, 0
octave 4
note E_, 2
rest 2
note E_, 2
rest 2
note E_, 2
note G#, 2
note E_, 6
rest 2
sound_ret