diff options
Diffstat (limited to 'audio/sfx/poisoned_1.asm')
-rw-r--r-- | audio/sfx/poisoned_1.asm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/audio/sfx/poisoned_1.asm b/audio/sfx/poisoned_1.asm index 8deaafe5..2c922df7 100644 --- a/audio/sfx/poisoned_1.asm +++ b/audio/sfx/poisoned_1.asm @@ -1,8 +1,8 @@ -SFX_Poisoned_1_Ch4: - duty 0 - pitchenvelope 1, 4 - squarenote 4, 15, 2, 1536 - loopchannel 4, SFX_Poisoned_1_Ch4 - squarenote 15, 15, 3, 1536 - pitchenvelope 0, 0 - endchannel +SFX_Poisoned_1_Ch5: + duty_cycle 0 + pitch_sweep 1, 4 + square_note 4, 15, 2, 1536 + sound_loop 4, SFX_Poisoned_1_Ch5 + square_note 15, 15, 3, 1536 + pitch_sweep 0, 0 + sound_ret |