From 17be6c96fea9f5b7682bbfcb611a2fe21da409a7 Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Mon, 25 May 2020 18:50:23 -0500 Subject: Update Audio 4 sfx names --- audio/sfx/battle_27.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'audio/sfx/battle_27.asm') diff --git a/audio/sfx/battle_27.asm b/audio/sfx/battle_27.asm index 1b505811..33f273fa 100644 --- a/audio/sfx/battle_27.asm +++ b/audio/sfx/battle_27.asm @@ -2,9 +2,9 @@ SFX_Battle_27_Ch5: duty_cycle 2 square_note 15, 3, -7, 1984 -SFX_Battle_27_branch_2062a: +SFX_Battle_27_branch_205da: square_note 15, 13, -7, 1984 - sound_loop 4, SFX_Battle_27_branch_2062a + sound_loop 4, SFX_Battle_27_branch_205da square_note 15, 13, 1, 1984 sound_ret @@ -13,9 +13,9 @@ SFX_Battle_27_Ch6: duty_cycle_pattern 2, 3, 0, 3 square_note 15, 2, -7, 1992 -SFX_Battle_27_branch_2063d: +SFX_Battle_27_branch_205ed: square_note 15, 12, -7, 1991 - sound_loop 4, SFX_Battle_27_branch_2063d + sound_loop 4, SFX_Battle_27_branch_205ed square_note 15, 12, 1, 1992 sound_ret -- cgit v1.3.1-sl0p