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/psybeam.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/psybeam.asm')
| -rw-r--r-- | audio/sfx/psybeam.asm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/sfx/psybeam.asm b/audio/sfx/psybeam.asm index 2b94cf6d..d6bf3b42 100644 --- a/audio/sfx/psybeam.asm +++ b/audio/sfx/psybeam.asm @@ -7,7 +7,6 @@ SFX_Psybeam_Ch5: square_note 10, 15, 1, 1600 sound_ret - SFX_Psybeam_Ch6: duty_cycle_pattern 2, 3, 0, 3 square_note 10, 15, 3, 1393 @@ -17,7 +16,6 @@ SFX_Psybeam_Ch6: square_note 10, 15, 1, 1393 sound_ret - SFX_Psybeam_Ch8: noise_note 2, 13, 1, 74 noise_note 2, 13, 2, 42 |
