diff options
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 |