summaryrefslogtreecommitdiff
path: root/src/post_battle_event_funcs.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-01-12 14:54:43 -0500
committerGitHub <noreply@github.com>2020-01-12 14:54:43 -0500
commit15ff7eb2f87032797f6ce9ef9bb471c468b48a36 (patch)
tree60d1318e686a7e4c9621ee7697c890b3c21cd696 /src/post_battle_event_funcs.c
parent74fa8075ee4018ba9b7e610212cf7c7777c4edb4 (diff)
parent483613e128d8dc5b419ea9ff83c92aa2e4e55042 (diff)
Merge pull request #213 from PikalaxALT/script_pokemon_util
script_pokemon_util_80A0058, battle_interface
Diffstat (limited to 'src/post_battle_event_funcs.c')
-rw-r--r--src/post_battle_event_funcs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post_battle_event_funcs.c b/src/post_battle_event_funcs.c
index 6d4652f35..112889710 100644
--- a/src/post_battle_event_funcs.c
+++ b/src/post_battle_event_funcs.c
@@ -1,5 +1,5 @@
#include "global.h"
-#include "script_pokemon_util_80A0058.h"
+#include "script_pokemon_util.h"
#include "event_data.h"
#include "credits.h"
#include "overworld.h"
@@ -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;