summaryrefslogtreecommitdiff
path: root/engine/printer
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-10-04 19:43:28 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-10-04 20:10:39 -0400
commit306c85750e0686f9af104249ca3000e717aee0e2 (patch)
tree0b277bda2ba1a0f0d2ba37fb256396a77b09b6a8 /engine/printer
parent5a546068a84d57454c7f95395250346ac14da81e (diff)
Identify some more unnamed labels
Diffstat (limited to 'engine/printer')
-rw-r--r--engine/printer/printer.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/printer/printer.asm b/engine/printer/printer.asm
index 19888ee9a..ebfe1a4dd 100644
--- a/engine/printer/printer.asm
+++ b/engine/printer/printer.asm
@@ -907,7 +907,7 @@ Printer_PlaceEmptyBoxSlotString:
.loop
push bc
push hl
- ld de, String84a25
+ ld de, .EmptyBoxSlotString
call PlaceString
pop hl
ld bc, 3 * SCREEN_WIDTH
@@ -917,5 +917,5 @@ Printer_PlaceEmptyBoxSlotString:
jr nz, .loop
ret
-String84a25:
+.EmptyBoxSlotString:
db " ------@"