diff options
Diffstat (limited to 'audio/sfx/battle_32.asm')
-rw-r--r-- | audio/sfx/battle_32.asm | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/audio/sfx/battle_32.asm b/audio/sfx/battle_32.asm index 92ea4661..53dfac32 100644 --- a/audio/sfx/battle_32.asm +++ b/audio/sfx/battle_32.asm @@ -1,12 +1,12 @@ -SFX_Battle_32_Ch4: - duty 2 - pitchenvelope 10, -7 - squarenote 8, 15, 1, 1792 - pitchenvelope 0, 0 - endchannel +SFX_Battle_32_Ch5: + duty_cycle 2 + pitch_sweep 10, -7 + square_note 8, 15, 1, 1792 + pitch_sweep 0, 0 + sound_ret -SFX_Battle_32_Ch5: - duty 3 - squarenote 8, 15, 1, 1793 - endchannel +SFX_Battle_32_Ch6: + duty_cycle 3 + square_note 8, 15, 1, 1793 + sound_ret |