summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pokemon_1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_1.c b/src/pokemon_1.c
index caf7161e1..e28c56252 100644
--- a/src/pokemon_1.c
+++ b/src/pokemon_1.c
@@ -320,6 +320,6 @@ void sub_806819C(struct Pokemon *mon, struct UnknownPokemonStruct *src)
SetMonData(mon, MON_DATA_SPATK_IV, &value);
value = src->spDefenseIV;
SetMonData(mon, MON_DATA_SPDEF_IV, &value);
- RestoreMonMovesPP(mon);
+ MonRestorePP(mon);
CalculateMonStats(mon);
}