mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
hmmmm m
This commit is contained in:
parent
0bda742995
commit
0397961a8b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue