summaryrefslogtreecommitdiff
path: root/audio/music/printer.asm
diff options
context:
space:
mode:
Diffstat (limited to 'audio/music/printer.asm')
-rw-r--r--audio/music/printer.asm8
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/music/printer.asm b/audio/music/printer.asm
index ffda482a0..886f6b766 100644
--- a/audio/music/printer.asm
+++ b/audio/music/printer.asm
@@ -1,8 +1,7 @@
-Music_Printer: ; f07fd
+Music_Printer:
musicheader 1, 3, Music_Printer_Ch3
-; f0800
-Music_Printer_Ch3: ; f0800
+Music_Printer_Ch3:
tempo 256
notetype $c, $20
octave 4
@@ -34,7 +33,7 @@ Music_Printer_Ch3: ; f0800
note __, 1
note F#, 1
note __, 1
-Music_Printer_branch_f0823: ; f0823
+Music_Printer_branch_f0823:
note E_, 1
note __, 1
note B_, 1
@@ -318,4 +317,3 @@ Music_Printer_branch_f0823: ; f0823
note D#, 1
note __, 1
loopchannel 0, Music_Printer_branch_f0823
-; f0941