parent
1ff3718d1f
commit
1e855cf469
1 changed files with 1 additions and 1 deletions
|
@ -1162,7 +1162,7 @@ void SpriteCB_SetInvisible(struct Sprite *sprite)
|
|||
void SetBattlerShadowSpriteCallback(u8 battlerId, u16 species)
|
||||
{
|
||||
// The player's shadow is never seen.
|
||||
if (GetBattlerSide(battlerId) == B_SIDE_PLAYER)
|
||||
if (GetBattlerSide(battlerId) == B_SIDE_PLAYER || gBattleScripting.monCaught)
|
||||
return;
|
||||
|
||||
if (gBattleSpritesDataPtr->battlerData[battlerId].transformSpecies != SPECIES_NONE)
|
||||
|
|
Loading…
Reference in a new issue