diff options
Diffstat (limited to 'audio/sfx/tink_3.asm')
-rw-r--r-- | audio/sfx/tink_3.asm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/audio/sfx/tink_3.asm b/audio/sfx/tink_3.asm index 43d32f5b..e06ed62e 100644 --- a/audio/sfx/tink_3.asm +++ b/audio/sfx/tink_3.asm @@ -1,8 +1,8 @@ -SFX_Tink_3_Ch4: - duty 2 - pitchenvelope 3, -2 - squarenote 4, 15, 2, 512 - pitchenvelope 2, 2 - squarenote 8, 14, 2, 512 - pitchenvelope 0, 0 - endchannel +SFX_Tink_3_Ch5: + duty_cycle 2 + pitch_sweep 3, -2 + square_note 4, 15, 2, 512 + pitch_sweep 2, 2 + square_note 8, 14, 2, 512 + pitch_sweep 0, 0 + sound_ret |