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
14 lines
175 B
NASM
14 lines
175 B
NASM
SFX_Pokeflute_Ch7:
|
|
execute_music
|
|
vibrato 16, 1, 4
|
|
note_type 8, 1, 0
|
|
octave 5
|
|
note E_, 3
|
|
note F_, 3
|
|
note G_, 7
|
|
note A_, 3
|
|
note G_, 3
|
|
octave 6
|
|
note C_, 13
|
|
sound_ret
|