Replace "Unreferenced" labels with "; unreferenced" comments

This commit is contained in:
Rangi
2020-06-21 16:27:43 -04:00
parent 98af69691d
commit 91774f206e
90 changed files with 212 additions and 250 deletions

View File

@@ -499,7 +499,7 @@ TossMenu:
.finish
ret
Unreferenced_ResetPocketCursorPositions:
ResetPocketCursorPositions: ; unreferenced
ld a, [wCurPocket]
and a ; ITEM_POCKET
jr z, .items
@@ -1434,7 +1434,7 @@ Pack_GetItemName:
call CopyName1
ret
Unreferenced_Pack_ClearTilemap:
Pack_ClearTilemap: ; unreferenced
hlcoord 0, 0
ld bc, SCREEN_WIDTH * SCREEN_HEIGHT
ld a, " "