diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-28 13:35:39 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-28 14:34:38 -0400 |
| commit | ea426a88794b1d216a278b54d18cefafbf7d8771 (patch) | |
| tree | 732c7a81c528251b651b6441d0f4a974548beb2c /audio | |
| parent | 6d333bed5fde0c2da0a6a9df2ccae83933400e42 (diff) | |
Identify more WRAM labels, and start a <X>_DummyFunction label convention
Diffstat (limited to 'audio')
| -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 |
