diff options
Diffstat (limited to 'audio/music/nothing.asm')
-rw-r--r-- | audio/music/nothing.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/music/nothing.asm b/audio/music/nothing.asm index c8b10a07b..7240c5361 100644 --- a/audio/music/nothing.asm +++ b/audio/music/nothing.asm @@ -1,8 +1,8 @@ Music_Nothing: ; e91a3 - dbw $c0, Music_Nothing_Ch1 - dbw $01, Music_Nothing_Ch2 - dbw $02, Music_Nothing_Ch3 - dbw $03, Music_Nothing_Ch4 + musicheader 4, 1, Music_Nothing_Ch1 + musicheader 1, 2, Music_Nothing_Ch2 + musicheader 1, 3, Music_Nothing_Ch3 + musicheader 1, 4, Music_Nothing_Ch4 ; e91af Music_Nothing_Ch1: ; e91af |