diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-07-10 20:22:24 -0400 |
|---|---|---|
| committer | Rangi <35663410+Rangi42@users.noreply.github.com> | 2022-07-10 20:26:20 -0400 |
| commit | cc98f282271f627773203b038def8404bf9f9dad (patch) | |
| tree | ef48d4afeee66a1ca779122fad94c27157f63973 /audio/sfx/battle_27.asm | |
| parent | Replace "branch" labels in music files with local names (diff) | |
| download | pokeyellow-cc98f282271f627773203b038def8404bf9f9dad.tar.gz pokeyellow-cc98f282271f627773203b038def8404bf9f9dad.tar.xz pokeyellow-cc98f282271f627773203b038def8404bf9f9dad.zip | |
Replace "branch" labels in SFX files with local names
Diffstat (limited to 'audio/sfx/battle_27.asm')
| -rw-r--r-- | audio/sfx/battle_27.asm | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/audio/sfx/battle_27.asm b/audio/sfx/battle_27.asm index 1b505811..d7b3e0ff 100644 --- a/audio/sfx/battle_27.asm +++ b/audio/sfx/battle_27.asm @@ -1,25 +1,21 @@ SFX_Battle_27_Ch5: duty_cycle 2 square_note 15, 3, -7, 1984 - -SFX_Battle_27_branch_2062a: +.loop1: square_note 15, 13, -7, 1984 - sound_loop 4, SFX_Battle_27_branch_2062a + sound_loop 4, .loop1 square_note 15, 13, 1, 1984 sound_ret - SFX_Battle_27_Ch6: duty_cycle_pattern 2, 3, 0, 3 square_note 15, 2, -7, 1992 - -SFX_Battle_27_branch_2063d: +.loop1: square_note 15, 12, -7, 1991 - sound_loop 4, SFX_Battle_27_branch_2063d + sound_loop 4, .loop1 square_note 15, 12, 1, 1992 sound_ret - SFX_Battle_27_Ch8: noise_note 3, 9, 7, 18 noise_note 3, 10, 1, 17 |
