summaryrefslogtreecommitdiff
path: root/src/pokemon.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-07-28 17:46:17 -0400
committerGitHub <noreply@github.com>2020-07-28 17:46:17 -0400
commite06de33cbdab8ca853bcdd1b4c8909a61aabfcef (patch)
treed8fc5465a98e738792297ab08ba7216b18696fec /src/pokemon.c
parent4a42e2a710ee550c88a56e48f436b88279337eea (diff)
parent96b904bf808805daa3de09080e10cc92e24c1f8e (diff)
Merge branch 'master' into doc-overworld
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);
}