summaryrefslogtreecommitdiff
path: root/music/nothing.asm
diff options
context:
space:
mode:
authorpadz <yenatch@github.com>2012-11-30 05:52:23 -0500
committerpadz <yenatch@github.com>2012-11-30 05:52:23 -0500
commit0dba59e49089e66af8601d4b76823fda8ee0bdf9 (patch)
tree4a487fc3fc45aaf764022d8159a59570dbb5d26a /music/nothing.asm
parent544f3f5c2f5e1df653bfa68bb66c62413d232051 (diff)
parse and dump music data
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