This commit is contained in:
Llinos Evans 2023-05-14 09:13:05 +01:00
parent 0bda742995
commit 0397961a8b

View file

@ -176,7 +176,7 @@ BattleTent_RestoreTeam:
xor a xor a
ld [wRemoveMonFromBox], a ld [wRemoveMonFromBox], a
ld [wWhichPokemon], a ld [wWhichPokemon], a
call _RemovePokemon call RemovePokemon
pop bc pop bc
dec b dec b
jr nz, .removeloop jr nz, .removeloop
@ -201,7 +201,7 @@ BattleTent_RestoreTeam:
call MoveMon call MoveMon
ld a, $1 ld a, $1
ld [wRemoveMonFromBox], a ld [wRemoveMonFromBox], a
call _RemovePokemon call RemovePokemon
pop bc pop bc
dec b dec b
jr nz, .withdloop jr nz, .withdloop