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/faint_thud.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/faint_thud.asm')
| -rw-r--r-- | audio/sfx/faint_thud.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/sfx/faint_thud.asm b/audio/sfx/faint_thud.asm index 527e027f..02e60ba8 100644 --- a/audio/sfx/faint_thud.asm +++ b/audio/sfx/faint_thud.asm @@ -3,7 +3,6 @@ SFX_Faint_Thud_Ch5: pitch_sweep 0, 8 sound_ret - SFX_Faint_Thud_Ch8: noise_note 4, 15, 5, 51 noise_note 8, 15, 4, 34 |
