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