diff options
Diffstat (limited to 'audio/music/nothing.asm')
-rw-r--r-- | audio/music/nothing.asm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/music/nothing.asm b/audio/music/nothing.asm new file mode 100644 index 000000000..15c8c85a7 --- /dev/null +++ b/audio/music/nothing.asm @@ -0,0 +1,17 @@ +_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 +; 0xe91b0 |