diff options
Diffstat (limited to 'audio/sfx/faint_fall.asm')
-rw-r--r-- | audio/sfx/faint_fall.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/sfx/faint_fall.asm b/audio/sfx/faint_fall.asm index 00e9c255..6ce363e0 100644 --- a/audio/sfx/faint_fall.asm +++ b/audio/sfx/faint_fall.asm @@ -1,6 +1,6 @@ -SFX_Faint_Fall_Ch4: - duty 1 - pitchenvelope 10, -7 - squarenote 15, 15, 2, 1920 - pitchenvelope 0, 0 - endchannel +SFX_Faint_Fall_Ch5: + duty_cycle 1 + pitch_sweep 10, -7 + square_note 15, 15, 2, 1920 + pitch_sweep 0, 0 + sound_ret |