summaryrefslogtreecommitdiff
path: root/engine/pokemon
diff options
context:
space:
mode:
Diffstat (limited to 'engine/pokemon')
-rw-r--r--engine/pokemon/bills_pc_top.asm4
-rw-r--r--engine/pokemon/mail_2.asm3
2 files changed, 4 insertions, 3 deletions
diff --git a/engine/pokemon/bills_pc_top.asm b/engine/pokemon/bills_pc_top.asm
index 757b977c5..e4d82e417 100644
--- a/engine/pokemon/bills_pc_top.asm
+++ b/engine/pokemon/bills_pc_top.asm
@@ -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
diff --git a/engine/pokemon/mail_2.asm b/engine/pokemon/mail_2.asm
index 4879ca7d4..b7fc57e8e 100644
--- a/engine/pokemon/mail_2.asm
+++ b/engine/pokemon/mail_2.asm
@@ -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