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

@@ -239,7 +239,7 @@ BillsPCDepositMenuHeader:
db "RELEASE@"
db "CANCEL@"
Unreferenced_BillsPCClearThreeBoxes:
BillsPCClearThreeBoxes: ; unreferenced
hlcoord 0, 0
ld b, 4
ld c, 8
@@ -1540,7 +1540,7 @@ endr
dbsprite 19, 4, 0, 7, $07, 0
db -1
Unreferenced_BillsPC_FillBox:
BillsPC_FillBox: ; unreferenced
.row
push bc
push hl

View File

@@ -139,7 +139,7 @@ BillsPC_DepositMenu:
and a
ret
Unreferenced_Functione512:
Functione512: ; unreferenced
ld a, [wPartyCount]
and a
jr z, .no_mon
@@ -206,7 +206,7 @@ BillsPC_WithdrawMenu:
and a
ret
Unreferenced_Functione56d:
Functione56d: ; unreferenced
ld a, [wPartyCount]
cp PARTY_LENGTH
jr nc, .party_full
@@ -261,7 +261,7 @@ CopyBoxmonToTempMon:
call CloseSRAM
ret
Unreferenced_LoadBoxMonListing:
LoadBoxMonListing: ; unreferenced
ld a, [wCurBox]
cp b
jr z, .same_box

View File

@@ -943,7 +943,7 @@ DayCareMonCompatibilityText:
text_far _BreedShowsInterestText
text_end
Unreferenced_DayCareMonPrintEmptyString:
DayCareMonPrintEmptyString: ; unreferenced
ld hl, .string
ret

View File

@@ -1,4 +1,4 @@
Unreferenced_CorrectPartyErrors:
CorrectPartyErrors: ; unreferenced
ld hl, wPartyCount
ld a, [hl]
and a

View File

@@ -709,7 +709,7 @@ MailGFX_PlaceMessage:
.place_author
jp PlaceString
Unreferenced_Functionb984e:
Functionb984e: ; unreferenced
.loop
ld a, [hl]
xor $ff

View File

@@ -626,7 +626,7 @@ MonMenu_Fly:
ld a, $0
ret
.Unreferenced:
.NoReload: ; unreferenced
ld a, $1
ret

View File

@@ -323,7 +323,7 @@ ListMovePP:
jr nz, .load_loop
ret
Unreferenced_Function50cd0:
Function50cd0: ; unreferenced
.loop
ld [hl], $32 ; typo for P?
inc hl

View File

@@ -446,7 +446,7 @@ StatsScreen_InitUpperHalf:
dw sBoxMonNicknames
dw wBufferMonNick
Unreferenced_Function4df7f:
Function4df7f: ; unreferenced
hlcoord 7, 0
ld bc, SCREEN_WIDTH
ld d, SCREEN_HEIGHT
@@ -944,7 +944,7 @@ StatsScreen_LoadTextboxSpaceGFX:
pop hl
ret
Unreferenced_StatsScreenSpaceGFX:
StatsScreenSpaceGFX: ; unreferenced
INCBIN "gfx/font/space.2bpp"
EggStatsScreen: