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:21 -0400 |
| commit | 49690fb233883d9a28833d4d210e3e39b5f860fd (patch) | |
| tree | 939b6c06a6c893accfa04f1b29421bf1f5f55edc /audio/sfx/battle_2a.asm | |
| parent | Replace "branch" labels in music files with local names (diff) | |
| download | pokeyellow-49690fb233883d9a28833d4d210e3e39b5f860fd.tar.gz pokeyellow-49690fb233883d9a28833d4d210e3e39b5f860fd.tar.xz pokeyellow-49690fb233883d9a28833d4d210e3e39b5f860fd.zip | |
Replace "branch" labels in SFX files with local names
Diffstat (limited to 'audio/sfx/battle_2a.asm')
| -rw-r--r-- | audio/sfx/battle_2a.asm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/sfx/battle_2a.asm b/audio/sfx/battle_2a.asm index 1faf2dda..7a746b5f 100644 --- a/audio/sfx/battle_2a.asm +++ b/audio/sfx/battle_2a.asm @@ -8,7 +8,6 @@ SFX_Battle_2A_Ch5: square_note 8, 13, 1, 1536 sound_ret - SFX_Battle_2A_Ch6: duty_cycle_pattern 2, 0, 3, 1 square_note 5, 14, 4, 1504 @@ -18,7 +17,6 @@ SFX_Battle_2A_Ch6: sound_loop 3, SFX_Battle_2A_Ch6 sound_ret - SFX_Battle_2A_Ch8: noise_note 5, 12, 3, 51 noise_note 3, 9, 2, 67 |
