diff options
Diffstat (limited to 'audio/sfx.asm')
-rw-r--r-- | audio/sfx.asm | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/audio/sfx.asm b/audio/sfx.asm index 50d8259ac..620c9e23a 100644 --- a/audio/sfx.asm +++ b/audio/sfx.asm @@ -4496,18 +4496,18 @@ Sfx_Thunder_Ch8: Sfx_Supersonic_Ch5: duty_cycle 2 square_note 15, 3, -7, 1984 -Sfx_Supersonic_branch_f21ef: +.loop: square_note 15, 13, -7, 1984 - sound_loop 4, Sfx_Supersonic_branch_f21ef + sound_loop 4, .loop square_note 15, 13, 1, 1984 sound_ret Sfx_Supersonic_Ch6: duty_cycle_pattern 2, 3, 0, 3 square_note 15, 2, -7, 1992 -Sfx_Supersonic_branch_f2202: +.loop: square_note 15, 12, -7, 1991 - sound_loop 4, Sfx_Supersonic_branch_f2202 + sound_loop 4, .loop square_note 15, 12, 1, 1992 sound_ret @@ -4839,10 +4839,10 @@ Sfx_HyperBeam_Ch5: square_note 2, 15, 1, 1984 square_note 2, 15, 1, 1792 square_note 2, 15, 1, 2000 -Sfx_HyperBeam_branch_f24f8: +.loop: square_note 2, 15, 1, 1792 square_note 2, 15, 1, 2016 - sound_loop 12, Sfx_HyperBeam_branch_f24f8 + sound_loop 12, .loop square_note 15, 15, 1, 1792 sound_ret @@ -4859,10 +4859,10 @@ Sfx_HyperBeam_Ch6: square_note 2, 15, 1, 1985 square_note 2, 15, 1, 1793 square_note 2, 15, 1, 2001 -Sfx_HyperBeam_branch_f2537: +.loop: square_note 2, 15, 1, 1793 square_note 2, 15, 1, 2017 - sound_loop 12, Sfx_HyperBeam_branch_f2537 + sound_loop 12, .loop square_note 15, 15, 1, 1793 sound_ret @@ -4966,17 +4966,17 @@ Sfx_Metronome_Ch5: sound_ret Sfx_Unknown5F_Ch5: -Sfx_Unknown5F_branch_f2617: +.loop: square_note 2, 15, 7, 1537 square_note 2, 15, 7, 1793 - sound_loop 8, Sfx_Unknown5F_Ch5 + sound_loop 8, .loop sound_ret Sfx_Unknown5F_Ch6: square_note 1, 15, 7, 65535 square_note 2, 15, 7, 1538 square_note 2, 15, 7, 1794 - sound_loop 8, Sfx_Unknown5F_branch_f2617 + sound_loop 8, Sfx_Unknown5F_Ch5.loop sound_ret Sfx_Fanfare2_Ch5: @@ -5160,9 +5160,9 @@ Sfx_Sandstorm_Ch8: Sfx_Elevator_Ch5: duty_cycle 2 pitch_sweep 5, -2 -Sfx_Elevator_branch_f2726: +.loop: square_note 2, 15, 1, 768 - sound_loop 48, Sfx_Elevator_branch_f2726 + sound_loop 48, .loop pitch_sweep 0, 8 duty_cycle 2 square_note 15, 15, 3, 1840 |