mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Be consistent with the unused and unreferenced terminology
This commit is contained in:
parent
330fa33236
commit
f99446fccb
|
@ -1,5 +1,5 @@
|
||||||
; This corresponds to SFX_KEY_ITEM in pokegold and pokecrystal.
|
; This corresponds to SFX_KEY_ITEM in pokegold and pokecrystal.
|
||||||
SFX_UnreferencedFanfare_Ch5:
|
SFX_UnusedFanfare_Ch5: ; unreferenced
|
||||||
execute_music
|
execute_music
|
||||||
tempo 256
|
tempo 256
|
||||||
volume 7, 7
|
volume 7, 7
|
||||||
|
@ -17,8 +17,7 @@ SFX_UnreferencedFanfare_Ch5:
|
||||||
note E_, 8
|
note E_, 8
|
||||||
sound_ret
|
sound_ret
|
||||||
|
|
||||||
|
SFX_UnusedFanfare_Ch6: ; unreferenced
|
||||||
SFX_UnreferencedFanfare_Ch6:
|
|
||||||
execute_music
|
execute_music
|
||||||
vibrato 8, 2, 7
|
vibrato 8, 2, 7
|
||||||
duty_cycle 2
|
duty_cycle 2
|
||||||
|
@ -33,8 +32,7 @@ SFX_UnreferencedFanfare_Ch6:
|
||||||
note B_, 8
|
note B_, 8
|
||||||
sound_ret
|
sound_ret
|
||||||
|
|
||||||
|
SFX_UnusedFanfare_Ch7: ; unreferenced
|
||||||
SFX_UnreferencedFanfare_Ch7:
|
|
||||||
execute_music
|
execute_music
|
||||||
note_type 6, 1, 0
|
note_type 6, 1, 0
|
||||||
octave 4
|
octave 4
|
||||||
|
|
Loading…
Reference in a new issue