summaryrefslogtreecommitdiff
path: root/engine/printer
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-09 15:17:03 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-09 15:20:40 -0500
commit17894e5f39520db2f21452d056c4683915086d8d (patch)
tree935e2d8231b5a73acfb9e648a9e12eff067f11ee /engine/printer
parent03e149e55933cb9725a5785f21136f9fc3f3cade (diff)
Replace $0 with 0 for "ld l, a / ld h, 0" idiom
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]