diff options
Diffstat (limited to 'engine/printer/printer.asm')
-rw-r--r-- | engine/printer/printer.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/printer/printer.asm b/engine/printer/printer.asm index 5b17c52f..302119f7 100644 --- a/engine/printer/printer.asm +++ b/engine/printer/printer.asm @@ -848,7 +848,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] |