diff --git a/scripts/BattleTent.asm b/scripts/BattleTent.asm index a4468b4a..71d2d332 100644 --- a/scripts/BattleTent.asm +++ b/scripts/BattleTent.asm @@ -176,7 +176,7 @@ BattleTent_RestoreTeam: xor a ld [wRemoveMonFromBox], a ld [wWhichPokemon], a - call _RemovePokemon + call RemovePokemon pop bc dec b jr nz, .removeloop @@ -201,7 +201,7 @@ BattleTent_RestoreTeam: call MoveMon ld a, $1 ld [wRemoveMonFromBox], a - call _RemovePokemon + call RemovePokemon pop bc dec b jr nz, .withdloop