From 17894e5f39520db2f21452d056c4683915086d8d Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 9 Nov 2020 15:17:03 -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 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] -- cgit v1.2.3