summaryrefslogtreecommitdiff
path: root/engine/printer_serial.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/printer_serial.asm')
-rwxr-xr-xengine/printer_serial.asm5
1 files changed, 0 insertions, 5 deletions
diff --git a/engine/printer_serial.asm b/engine/printer_serial.asm
index 06891db5b..02d0595fa 100755
--- a/engine/printer_serial.asm
+++ b/engine/printer_serial.asm
@@ -29,9 +29,7 @@ PrinterJumptableIteration: ; 84022
jp hl
; 84031
-
.Jumptable: ; 84031 (21:4031)
-
dw Print_InitPrinterHandshake ; 00
dw Printer_CheckConnectionStatus ; 01
dw Printer_WaitSerial ; 02
@@ -55,7 +53,6 @@ PrinterJumptableIteration: ; 84022
dw Printer_WaitLoopBack ; 12
dw Printer_WaitLoopBack_ ; 13
-
Printer_NextSection: ; 84059 (21:4059)
ld hl, wJumptableIndex
inc [hl]
@@ -471,7 +468,6 @@ _PrinterReceive:: ; 842db
jp hl
; 842ea
-
.Jumptable: ; 842ea (21:42ea)
dw Printer_DoNothing ; 00
@@ -509,7 +505,6 @@ _PrinterReceive:: ; 842db
dw Printer_ReceiveTowPrinterHandshakeAndSend0x00 ; 1e
dw Printer_ReceiveTowPrinterStatusFlagsAndExitSendLoop ; 1f
-
Printer_NextInstruction: ; 8432a (21:432a)
ld hl, wPrinterOpcode
inc [hl]