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/level_up.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/level_up.asm')
| -rw-r--r-- | audio/sfx/level_up.asm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/sfx/level_up.asm b/audio/sfx/level_up.asm index f1af4978..6ec2a17c 100644 --- a/audio/sfx/level_up.asm +++ b/audio/sfx/level_up.asm @@ -19,7 +19,6 @@ SFX_Level_Up_Ch5: note F_, 8 sound_ret - SFX_Level_Up_Ch6: execute_music vibrato 4, 2, 2 @@ -39,7 +38,6 @@ SFX_Level_Up_Ch6: note A_, 8 sound_ret - SFX_Level_Up_Ch7: execute_music note_type 6, 1, 0 |
