diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-10 16:55:58 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-11 00:47:47 -0500 |
commit | 0bb7f18b8e609f76a9021420470737bbd16cc2bd (patch) | |
tree | a7c9d6efbc2588c3b73b59d55012386958373ae5 /src/post_battle_event_funcs.c | |
parent | a5375776714b126dbe478a4f535392373f3ba9f0 (diff) |
Sync Cable Club scripts
Diffstat (limited to 'src/post_battle_event_funcs.c')
-rw-r--r-- | src/post_battle_event_funcs.c | 2 |
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; |