Clean up .Jumptable: spaces

This commit is contained in:
xCrystal
2017-12-29 13:52:42 +01:00
parent 9f017cbab8
commit def3b60493
20 changed files with 7 additions and 51 deletions

View File

@@ -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]