Identify some more unnamed labels

This commit is contained in:
Rangi
2020-10-04 19:43:28 -04:00
parent 5a546068a8
commit 306c85750e
23 changed files with 66 additions and 66 deletions

View File

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