From bc8636d68805116ef126feecc07cde63238490da Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 9 Nov 2020 15:16:44 -0500 Subject: Replace $0 with 0 for "ld l, a / ld h, 0" idiom --- engine/printer/printer.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/printer') 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] -- cgit v1.2.3