mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12: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
62 lines
749 B
NASM
62 lines
749 B
NASM
SFX_Caught_Mon_Ch5:
|
|
execute_music
|
|
tempo 256
|
|
volume 7, 7
|
|
duty_cycle 3
|
|
toggle_perfect_pitch
|
|
note_type 6, 11, 2
|
|
octave 3
|
|
note E_, 2
|
|
note F#, 2
|
|
note G#, 2
|
|
note G#, 1
|
|
note G#, 1
|
|
note B_, 2
|
|
octave 4
|
|
note C#, 2
|
|
note D#, 2
|
|
note D#, 1
|
|
note D#, 1
|
|
note_type 6, 11, 5
|
|
note E_, 8
|
|
sound_ret
|
|
|
|
|
|
SFX_Caught_Mon_Ch6:
|
|
execute_music
|
|
duty_cycle 2
|
|
note_type 6, 12, 2
|
|
octave 4
|
|
note G#, 2
|
|
note G#, 1
|
|
note G#, 1
|
|
note E_, 2
|
|
note E_, 1
|
|
note E_, 1
|
|
note B_, 2
|
|
note B_, 1
|
|
note B_, 1
|
|
note A_, 2
|
|
note A_, 1
|
|
note A_, 1
|
|
note_type 6, 12, 5
|
|
note G#, 8
|
|
sound_ret
|
|
|
|
|
|
SFX_Caught_Mon_Ch7:
|
|
execute_music
|
|
note_type 6, 1, 0
|
|
octave 4
|
|
note B_, 2
|
|
rest 2
|
|
octave 5
|
|
note C#, 2
|
|
rest 2
|
|
note D#, 2
|
|
rest 2
|
|
note F#, 2
|
|
note G_, 2
|
|
note G#, 4
|
|
sound_ret
|