kep-hack/audio/sfx/battle_34.asm
dannye 8b0cd72a60 Finish cleaning up audio macro arguments and descriptions
break up arguments for stereo_panning and duty_cycle_pattern
note_type fade is signed
properly document arguments for vibrato, tempo, pitch_slide etc
2019-08-18 21:43:15 -05:00

23 lines
434 B
NASM

SFX_Battle_34_Ch5:
duty_cycle_pattern 3, 2, 3, 1
square_note 8, 15, -7, 1016
square_note 15, 15, -7, 1024
square_note 15, 15, 3, 1024
sound_ret
SFX_Battle_34_Ch6:
duty_cycle_pattern 2, 3, 1, 0
square_note 8, 14, -7, 960
square_note 15, 14, -7, 960
square_note 15, 14, 3, 960
sound_ret
SFX_Battle_34_Ch8:
noise_note 4, 15, -7, 81
noise_note 8, 15, -7, 84
noise_note 15, 15, -7, 85
noise_note 15, 15, 3, 86
sound_ret