diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-28 00:56:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-28 00:56:02 -0400 |
commit | e8568b79efa2f12ce929a4db15c8786f1dccc359 (patch) | |
tree | 63b9e1cce193b9f71b3ae27f5905030940740aea /src/pokemon.c | |
parent | 79cc659d7e9b103e1197db8494af81195f0f29ad (diff) | |
parent | b401e2eb86dba8a48c12fec75c2201de7fb1ec63 (diff) |
Merge pull request #1114 from ExpoSeed/doc
Document some battle_util.c
Diffstat (limited to 'src/pokemon.c')
-rw-r--r-- | src/pokemon.c | 2 |
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); } |