diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-06 13:50:02 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-06 13:50:02 -0400 |
commit | fc08ff2c384b09a47c49226c2a3e3d2084adf16c (patch) | |
tree | d5d8894b93c369a6d6d5f916d020b7e3f6c30563 /engine/pokemon | |
parent | 42d0a2567a574e652aa1b56cd3ddf7f50a7193af (diff) |
Identify some unnamed labels
Diffstat (limited to 'engine/pokemon')
-rw-r--r-- | engine/pokemon/bills_pc.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pokemon/bills_pc.asm b/engine/pokemon/bills_pc.asm index 5c2437749..ed7856957 100644 --- a/engine/pokemon/bills_pc.asm +++ b/engine/pokemon/bills_pc.asm @@ -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 |