summaryrefslogtreecommitdiff
path: root/src/post_battle_event_funcs.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-03-19 19:06:49 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-03-19 19:32:13 -0400
commit9c1a8011d91fa2b0704abc5e7e7318212dc375c1 (patch)
tree604a81e46ef936ee5b6816fea759b000377b8db4 /src/post_battle_event_funcs.c
parent33b65b547000387fcdce9fe497da9b217544ece6 (diff)
Move heal location data
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 b564e74ce..86406fa2a 100644
--- a/src/post_battle_event_funcs.c
+++ b/src/post_battle_event_funcs.c
@@ -6,7 +6,7 @@
#include "hall_of_fame.h"
#include "load_save.h"
#include "constants/flags.h"
-#include "constants/spawn_points.h"
+#include "constants/heal_locations.h"
bool8 EnterHallOfFame(void)
{