You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Identify some more unnamed labels
This commit is contained in:
@@ -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 " ------@"
|
||||
|
Reference in New Issue
Block a user