diff options
Diffstat (limited to 'audio/sfx/healing_machine_1.asm')
-rw-r--r-- | audio/sfx/healing_machine_1.asm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/audio/sfx/healing_machine_1.asm b/audio/sfx/healing_machine_1.asm index 095f7b7a..9350ffd3 100644 --- a/audio/sfx/healing_machine_1.asm +++ b/audio/sfx/healing_machine_1.asm @@ -1,9 +1,9 @@ -SFX_Healing_Machine_1_Ch4: - duty 2 - pitchenvelope 2, -4 - squarenote 4, 15, 2, 1280 - pitchenvelope 2, 2 - squarenote 2, 15, 1, 1280 - pitchenvelope 0, 0 - squarenote 1, 0, 0, 0 - endchannel +SFX_Healing_Machine_1_Ch5: + duty_cycle 2 + pitch_sweep 2, -4 + square_note 4, 15, 2, 1280 + pitch_sweep 2, 2 + square_note 2, 15, 1, 1280 + pitch_sweep 0, 8 + square_note 1, 0, 0, 0 + sound_ret |