summaryrefslogtreecommitdiff
path: root/engine/printer/printer.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/printer/printer.asm')
-rw-r--r--engine/printer/printer.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/printer/printer.asm b/engine/printer/printer.asm
index 607efcca2..2d9495cbd 100644
--- a/engine/printer/printer.asm
+++ b/engine/printer/printer.asm
@@ -71,7 +71,7 @@ PrintDexEntry:
ld hl, hVBlank
ld a, [hl]
push af
- ld [hl], $4
+ ld [hl], 4
ld a, 8 ; 16 rows
ld [wPrinterQueueLength], a
@@ -904,7 +904,7 @@ Printer_PlaceBottomBorders:
Printer_PlaceEmptyBoxSlotString:
hlcoord 2, 0
- ld c, $6
+ ld c, 6
.loop
push bc
push hl