diff options
| author | dannye <33dannye@gmail.com> | 2020-05-25 18:50:23 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2020-05-25 18:50:23 -0500 |
| commit | 17be6c96fea9f5b7682bbfcb611a2fe21da409a7 (patch) | |
| tree | 3bdcd5b7248c694221f2d1ac1e90fa34ebda3e74 /audio/sfx/battle_27.asm | |
| parent | Fix bad label reference (diff) | |
| download | pokeyellow-17be6c96fea9f5b7682bbfcb611a2fe21da409a7.tar.gz pokeyellow-17be6c96fea9f5b7682bbfcb611a2fe21da409a7.tar.xz pokeyellow-17be6c96fea9f5b7682bbfcb611a2fe21da409a7.zip | |
Update Audio 4 sfx names
Diffstat (limited to 'audio/sfx/battle_27.asm')
| -rw-r--r-- | audio/sfx/battle_27.asm | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
