summaryrefslogtreecommitdiff
path: root/engine/printer
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2020-02-21 15:56:47 +0100
committermid-kid <esteve.varela@gmail.com>2020-02-21 21:10:55 +0100
commit2a8c969bc7b10d9cc4c29f6660726ce1c943a597 (patch)
treec2db3e1ae0ef0ae40a9ce4b546d0589715aec97b /engine/printer
parent345b585a788919d6f40a2a2ec3400c52ff285661 (diff)
Fix some comments and inmediates
Diffstat (limited to 'engine/printer')
-rw-r--r--engine/printer/printer.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/printer/printer.asm b/engine/printer/printer.asm
index 873c72b86..e26130098 100644
--- a/engine/printer/printer.asm
+++ b/engine/printer/printer.asm
@@ -146,7 +146,7 @@ PrintPCBox:
ld hl, hVBlank
ld a, [hl]
push af
- ld [hl], 4
+ ld [hl], $4
xor a
ldh [hBGMapMode], a
@@ -295,7 +295,7 @@ PrintMail:
ld hl, hVBlank
ld a, [hl]
push af
- ld [hl], %0100
+ ld [hl], $4
ld a, 18 / 2
ld [wPrinterQueueLength], a
@@ -338,7 +338,7 @@ PrintPartymon:
ld hl, hVBlank
ld a, [hl]
push af
- ld [hl], %0100
+ ld [hl], $4
ld a, 16 / 2
ld [wPrinterQueueLength], a
@@ -396,7 +396,7 @@ _PrintDiploma:
ld hl, hVBlank
ld a, [hl]
push af
- ld [hl], %0100
+ ld [hl], $4
ln a, 1, 0 ; to be loaded to wPrinterMargins
call Printer_PrepareTilemapForPrint