diff options
author | ExpoSeed <> | 2020-07-27 17:10:42 -0500 |
---|---|---|
committer | ExpoSeed <> | 2020-07-27 17:10:42 -0500 |
commit | 71dc5edf2e590c85b5874f82dde3b418e5769450 (patch) | |
tree | ff128c779709d4e25726a83eeb7921ea3f75792b /src/pokemon.c | |
parent | 79cc659d7e9b103e1197db8494af81195f0f29ad (diff) |
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); } |