mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-20 13:57:57 +13:00

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
41 lines
556 B
NASM
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
|