From e128fbeadb6e9e6575581b7e5da03c9fee1ce2f6 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 4 Oct 2020 19:43:19 -0400 Subject: Identify some more unnamed labels --- engine/printer/printer.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/printer') diff --git a/engine/printer/printer.asm b/engine/printer/printer.asm index 6a43ab49..648b0168 100644 --- a/engine/printer/printer.asm +++ b/engine/printer/printer.asm @@ -903,7 +903,7 @@ Printer_PlaceEmptyBoxSlotString: .loop push bc push hl - ld de, String84a21 + ld de, .EmptyBoxSlotString call PlaceString pop hl ld bc, 3 * SCREEN_WIDTH @@ -913,5 +913,5 @@ Printer_PlaceEmptyBoxSlotString: jr nz, .loop ret -String84a21: +.EmptyBoxSlotString: db " ------@" -- cgit v1.2.3