diff options
author | padz <yenatch@github.com> | 2012-11-30 05:52:23 -0500 |
---|---|---|
committer | padz <yenatch@github.com> | 2012-11-30 05:52:23 -0500 |
commit | 0dba59e49089e66af8601d4b76823fda8ee0bdf9 (patch) | |
tree | 4a487fc3fc45aaf764022d8159a59570dbb5d26a /music/nothing.asm | |
parent | 544f3f5c2f5e1df653bfa68bb66c62413d232051 (diff) |
parse and dump music data
Diffstat (limited to 'music/nothing.asm')
-rw-r--r-- | music/nothing.asm | 28 |
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 |