diff --git a/engine/printer/printer.asm b/engine/printer/printer.asm index 283746f908b..0f0ba4278b9 100644 --- a/engine/printer/printer.asm +++ b/engine/printer/printer.asm @@ -73,7 +73,7 @@ PrintDexEntry: push af ld [hl], VBLANK_SERIAL - ld a, 8 ; 16 rows + ld a, 16 / 2 ld [wPrinterQueueLength], a call Printer_ResetJoypadRegisters call SendScreenToPrinter @@ -90,7 +90,7 @@ PrintDexEntry: ld [wPrinterMargins], a farcall PrintPage2 call Printer_ResetJoypadRegisters - ld a, 4 + ld a, 8 / 2 ld [wPrinterQueueLength], a call SendScreenToPrinter