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/caught_mon.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/caught_mon.asm')
| -rw-r--r-- | audio/sfx/caught_mon.asm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/sfx/caught_mon.asm b/audio/sfx/caught_mon.asm index 3fe278f3..aeae799d 100644 --- a/audio/sfx/caught_mon.asm +++ b/audio/sfx/caught_mon.asm @@ -21,7 +21,6 @@ SFX_Caught_Mon_Ch5: note E_, 8 sound_ret - SFX_Caught_Mon_Ch6: execute_music duty_cycle 2 @@ -43,7 +42,6 @@ SFX_Caught_Mon_Ch6: note G#, 8 sound_ret - SFX_Caught_Mon_Ch7: execute_music note_type 6, 1, 0 |
