summaryrefslogtreecommitdiff
path: root/engine/printer
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-21 12:21:47 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-21 12:21:47 -0400
commit98af69691d8994b07c19ef4e86f3f903da6091ed (patch)
treef7ad247f6acb3fe642f7579fe117fd67b3cdde24 /engine/printer
parent9433b5a75294a76527bfcb661ee57a43202d7185 (diff)
Remove some more raw addresses
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 fb696ac4d..1cba451e7 100644
--- a/engine/printer/printer.asm
+++ b/engine/printer/printer.asm
@@ -506,7 +506,7 @@ Printer_RestartMapMusic:
CheckPrinterStatus:
; Check for printer errors
-; If [ca88] == -1, we're disconnected
+; If [wPrinterHandshake] == -1, we're disconnected
ld a, [wPrinterHandshake]
cp -1
jr nz, .printer_connected