diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-10-30 12:26:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-30 12:26:03 -0400 |
commit | 7a42f1790ae1e9e357593879bd38c6596dcb03da (patch) | |
tree | dbf4ee19995364f15a3b3f98925f606c50598334 /audio/sfx_crystal.asm | |
parent | a2b6befd7d12b2ad8bb97979a10519500dcdd870 (diff) | |
parent | 1092983bde65bbf1a27eeabbfbceec1f278a4831 (diff) |
Merge pull request #776 from Rangi42/unreferenced
Comment, remove, or revise many unreferenced labels
Diffstat (limited to 'audio/sfx_crystal.asm')
-rw-r--r-- | audio/sfx_crystal.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sfx_crystal.asm b/audio/sfx_crystal.asm index f2deb8fcc..1a5d1e2d8 100644 --- a/audio/sfx_crystal.asm +++ b/audio/sfx_crystal.asm @@ -184,7 +184,7 @@ Sfx_Tingle_Ch5: duty_cycle 1 transpose 0, 11 note_type 1, 11, 1 -Sfx_Tingle_branch_17996c: +.loop1: octave 5 note C_, 3 octave 6 @@ -192,7 +192,7 @@ Sfx_Tingle_branch_17996c: octave 5 note C_, 3 rest 2 - sound_loop 2, Sfx_Tingle_branch_17996c + sound_loop 2, .loop1 note C_, 2 volume_envelope 10, 1 note G_, 13 |