summaryrefslogtreecommitdiff
path: root/engine/pokemon
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-10-05 20:10:01 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-10-05 20:10:01 -0400
commit42d0a2567a574e652aa1b56cd3ddf7f50a7193af (patch)
tree628d8f0976b9df75c12bfec8ba507ff9980ac158 /engine/pokemon
parent6b7ade66da6bae234ccc3c41a8f85247a2d4ce03 (diff)
Identify some more unnamed labels
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