summaryrefslogtreecommitdiff
path: root/src/pokemon.c
diff options
context:
space:
mode:
authorExpoSeed <>2020-07-27 17:10:42 -0500
committerExpoSeed <>2020-07-27 17:10:42 -0500
commit71dc5edf2e590c85b5874f82dde3b418e5769450 (patch)
treeff128c779709d4e25726a83eeb7921ea3f75792b /src/pokemon.c
parent79cc659d7e9b103e1197db8494af81195f0f29ad (diff)
Document some battle_util.c
Diffstat (limited to 'src/pokemon.c')
-rw-r--r--src/pokemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon.c b/src/pokemon.c
index 80e93c568..b26f2f412 100644
--- a/src/pokemon.c
+++ b/src/pokemon.c
@@ -4628,7 +4628,7 @@ void CopyPlayerPartyMonToBattleData(u8 battlerId, u8 partyIndex)
gBattleMons[battlerId].statStages[i] = 6;
gBattleMons[battlerId].status2 = 0;
- sub_803FA70(battlerId);
+ UpdateSentPokesToOpponentValue(battlerId);
ClearTemporarySpeciesSpriteData(battlerId, FALSE);
}