summaryrefslogtreecommitdiff
path: root/music/nothing.asm
diff options
context:
space:
mode:
Diffstat (limited to 'music/nothing.asm')
-rw-r--r--music/nothing.asm28
1 files changed, 14 insertions, 14 deletions
diff --git a/music/nothing.asm b/music/nothing.asm
index 028651f9b..15c8c85a7 100644
--- a/music/nothing.asm
+++ b/music/nothing.asm
@@ -1,17 +1,17 @@
-; 0xe91a3
- db $c0
- dw Music_Nothing_Ch1
- db $01
- dw Music_Nothing_Ch2
- db $02
- dw Music_Nothing_Ch3
- db $03
- dw Music_Nothing_Ch4
+_Music_Nothing: ; 0xe91a3
+ db $c0
+ dw _Music_Nothing_Ch1
+ db $01
+ dw _Music_Nothing_Ch2
+ db $02
+ dw _Music_Nothing_Ch3
+ db $03
+ dw _Music_Nothing_Ch4
; 0xe91af
-Music_Nothing_Ch1: ; 0xe91af
-Music_Nothing_Ch2: ; 0xe91af
-Music_Nothing_Ch3: ; 0xe91af
-Music_Nothing_Ch4: ; 0xe91af
- endchannel ; end
+_Music_Nothing_Ch1: ; 0xe91af
+_Music_Nothing_Ch2: ; 0xe91af
+_Music_Nothing_Ch3: ; 0xe91af
+_Music_Nothing_Ch4: ; 0xe91af
+ endchannel ; end
; 0xe91b0