summaryrefslogtreecommitdiff
path: root/engine/printer
diff options
context:
space:
mode:
Diffstat (limited to 'engine/printer')
-rw-r--r--engine/printer/printer.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/printer/printer.asm b/engine/printer/printer.asm
index e8e93bf2d..761053621 100644
--- a/engine/printer/printer.asm
+++ b/engine/printer/printer.asm
@@ -852,7 +852,7 @@ Printer_GetMonGender:
Printer_GetBoxMonSpecies:
push hl
ld e, a
- ld d, $0
+ ld d, 0
ld a, [wAddrOfBoxToPrint]
ld l, a
ld a, [wAddrOfBoxToPrint + 1]