wPrinterQueueLength values are divisible by 2

This commit is contained in:
Rangi42
2024-05-22 11:55:34 -04:00
committed by Sylvie
parent b81e339f33
commit de0d5c29e5

View File

@@ -73,7 +73,7 @@ PrintDexEntry:
push af push af
ld [hl], VBLANK_SERIAL ld [hl], VBLANK_SERIAL
ld a, 8 ; 16 rows ld a, 16 / 2
ld [wPrinterQueueLength], a ld [wPrinterQueueLength], a
call Printer_ResetJoypadRegisters call Printer_ResetJoypadRegisters
call SendScreenToPrinter call SendScreenToPrinter
@@ -90,7 +90,7 @@ PrintDexEntry:
ld [wPrinterMargins], a ld [wPrinterMargins], a
farcall PrintPage2 farcall PrintPage2
call Printer_ResetJoypadRegisters call Printer_ResetJoypadRegisters
ld a, 4 ld a, 8 / 2
ld [wPrinterQueueLength], a ld [wPrinterQueueLength], a
call SendScreenToPrinter call SendScreenToPrinter