Identify some unnamed labels

This commit is contained in:
Rangi
2020-10-06 13:50:02 -04:00
parent 42d0a2567a
commit fc08ff2c38
6 changed files with 343 additions and 300 deletions

View File

@@ -1776,7 +1776,7 @@ DepositPokemon:
ld a, PC_DEPOSIT
ld [wPokemonWithdrawDepositParameter], a
predef SendGetMonIntoFromBox
jr c, .asm_boxisfull
jr c, .BoxFull
xor a ; REMOVE_PARTY
ld [wPokemonWithdrawDepositParameter], a
farcall RemoveMonFromPartyOrBox
@@ -1806,7 +1806,7 @@ DepositPokemon:
and a
ret
.asm_boxisfull
.BoxFull:
ld de, PCString_BoxFull
call BillsPC_PlaceString
ld de, SFX_WRONG