diff options
Diffstat (limited to 'audio/sfx/switch_1.asm')
-rw-r--r-- | audio/sfx/switch_1.asm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/audio/sfx/switch_1.asm b/audio/sfx/switch_1.asm index 76f64e04..145fd35a 100644 --- a/audio/sfx/switch_1.asm +++ b/audio/sfx/switch_1.asm @@ -1,8 +1,8 @@ -SFX_Switch_1_Ch4: - duty 2 - squarenote 4, 0, 0, 0 - squarenote 2, 15, 1, 1664 - squarenote 1, 0, 0, 0 - squarenote 4, 15, 1, 1920 - squarenote 4, 0, 0, 0 - endchannel +SFX_Switch_1_Ch5: + duty_cycle 2 + square_note 4, 0, 0, 0 + square_note 2, 15, 1, 1664 + square_note 1, 0, 0, 0 + square_note 4, 15, 1, 1920 + square_note 4, 0, 0, 0 + sound_ret |