mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

Dark Void and friends aren't in and probably won't be, I dunno yet. I think Kowtow Cleave is really badass so I gave it to Night Slash too. Scream Tail and Barunda now have Disarming Voice, which also has its own sound, which is basically Sing but a bit different. Fake Tears was given its own subanimation to account for the fact it's basically a Water Gun used on yourself. The FIGHT debug function helps a lot with this whole thing, so test with that.
21 lines
325 B
NASM
21 lines
325 B
NASM
; First note of Sing, used for Disarming Voice
|
|
SFX_Battle_37_Ch5:
|
|
execute_music
|
|
vibrato 10, 2, 4
|
|
duty_cycle 2
|
|
note_type 10, 8, 7
|
|
octave 5
|
|
note G#, 8
|
|
octave 6
|
|
sound_ret
|
|
|
|
SFX_Battle_37_Ch6:
|
|
execute_music
|
|
vibrato 10, 2, 3
|
|
duty_cycle 2
|
|
note_type 11, 6, 7
|
|
octave 5
|
|
note G#, 8
|
|
note_type 10, 6, 7
|
|
octave 6
|
|
sound_ret |