summaryrefslogtreecommitdiff
path: root/src/post_battle_event_funcs.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-01-10 11:51:13 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-01-10 11:51:13 -0500
commit3f54c7caa1c40692f3f8c2b7660b0459dac38c0e (patch)
tree98953676ecc3acea0fe02a7cc3813ffa3a20063e /src/post_battle_event_funcs.c
parent5734043a202bb831609736802de615687531f7f3 (diff)
Port script_pokemon_util_80A0058
Diffstat (limited to 'src/post_battle_event_funcs.c')
-rw-r--r--src/post_battle_event_funcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post_battle_event_funcs.c b/src/post_battle_event_funcs.c
index 6d4652f35..1e61b9b77 100644
--- a/src/post_battle_event_funcs.c
+++ b/src/post_battle_event_funcs.c
@@ -14,7 +14,7 @@ bool8 Special_HallOfFame(void)
bool8 *r7;
int i;
bool8 gaveAtLeastOneRibbon;
- sp000_heal_pokemon();
+ HealPlayerParty();
if (FlagGet(FLAG_SYS_GAME_CLEAR) == TRUE)
{
gHasHallOfFameRecords = TRUE;