Remove some more raw addresses

This commit is contained in:
Rangi
2020-06-21 12:21:47 -04:00
parent 9433b5a752
commit 98af69691d
9 changed files with 35 additions and 28 deletions

View File

@@ -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