wPrinterQueueLength values are divisible by 2
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user