Identify some more unnamed labels

This commit is contained in:
Rangi
2020-10-05 20:10:01 -04:00
parent 6b7ade66da
commit 42d0a2567a
8 changed files with 33 additions and 27 deletions

View File

@@ -139,7 +139,7 @@ BillsPC_DepositMenu:
and a
ret
Functione512: ; unreferenced
BillsPC_Deposit_CheckPartySize: ; unreferenced
ld a, [wPartyCount]
and a
jr z, .no_mon
@@ -206,7 +206,7 @@ BillsPC_WithdrawMenu:
and a
ret
Functione56d: ; unreferenced
BillsPC_Withdraw_CheckPartySize: ; unreferenced
ld a, [wPartyCount]
cp PARTY_LENGTH
jr nc, .party_full

View File

@@ -709,7 +709,8 @@ MailGFX_PlaceMessage:
.place_author
jp PlaceString
Functionb984e: ; unreferenced
InvertBytes: ; unreferenced
; invert bc bytes starting at hl
.loop
ld a, [hl]
xor $ff