diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cries.asm | 6 | ||||
-rw-r--r-- | audio/sfx.asm | 18 |
2 files changed, 12 insertions, 12 deletions
diff --git a/audio/cries.asm b/audio/cries.asm index 66b6d3c98..7848d185e 100644 --- a/audio/cries.asm +++ b/audio/cries.asm @@ -1166,7 +1166,7 @@ Cry_Weepinbell: ; f35ca musicheader 1, 8, Cry_Weepinbell_Ch8 ; f35d3 -Unknown_Cry_Ch5: ; f35d3 +Unused_Cry_Ch5: ; f35d3 sound_duty 0, 0, 3, 3 sound __, 16, $e0, $0780 sound __, 16, $f0, $0784 @@ -1177,7 +1177,7 @@ Unknown_Cry_Ch5: ; f35d3 endchannel ; f35ee -Unknown_Cry_Ch6: ; f35ee +Unused_Cry_Ch6: ; f35ee sound_duty 1, 1, 0, 0 sound __, 16, $a0, $0741 sound __, 16, $b0, $0743 @@ -1188,7 +1188,7 @@ Unknown_Cry_Ch6: ; f35ee endchannel ; f3609 -Unknown_Cry_Ch8: ; f3609 +Unused_Cry_Ch8: ; f3609 noise __, 3, $f2, $4c noise __, 7, $e0, $3a noise __, 16, $d0, $3a diff --git a/audio/sfx.asm b/audio/sfx.asm index 7347bc84f..a47f521e0 100644 --- a/audio/sfx.asm +++ b/audio/sfx.asm @@ -968,14 +968,14 @@ Sfx_Fanfare2: ; f0d56 musicheader 1, 8, Sfx_Fanfare2_Ch8 ; f0d5f -UnknownSfx: ; f0d5f - musicheader 4, 5, UnknownSfx_Ch5 - musicheader 1, 6, UnknownSfx_Ch6 - musicheader 1, 7, UnknownSfx_Ch7 - musicheader 1, 8, UnknownSfx_Ch8 +UnusedSfx: ; f0d5f + musicheader 4, 5, UnusedSfx_Ch5 + musicheader 1, 6, UnusedSfx_Ch6 + musicheader 1, 7, UnusedSfx_Ch7 + musicheader 1, 8, UnusedSfx_Ch8 ; f0d6b -UnknownSfx_Ch5: ; f0d6b +UnusedSfx_Ch5: ; f0d6b togglesfx tempo 124 volume $77 @@ -1000,7 +1000,7 @@ UnknownSfx_Ch5: ; f0d6b endchannel ; f0d8a -UnknownSfx_Ch6: ; f0d8a +UnusedSfx_Ch6: ; f0d8a togglesfx vibrato $8, $27 dutycycle $2 @@ -1025,7 +1025,7 @@ UnknownSfx_Ch6: ; f0d8a endchannel ; f0da6 -UnknownSfx_Ch7: ; f0da6 +UnusedSfx_Ch7: ; f0da6 togglesfx notetype $c, $25 octave 4 @@ -1041,7 +1041,7 @@ UnknownSfx_Ch7: ; f0da6 endchannel ; f0db6 -UnknownSfx_Ch8: ; f0db6 +UnusedSfx_Ch8: ; f0db6 togglesfx sfxtogglenoise $4 notetype $c |