diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-19 19:06:49 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-03-19 19:32:13 -0400 |
commit | 9c1a8011d91fa2b0704abc5e7e7318212dc375c1 (patch) | |
tree | 604a81e46ef936ee5b6816fea759b000377b8db4 /src/post_battle_event_funcs.c | |
parent | 33b65b547000387fcdce9fe497da9b217544ece6 (diff) |
Move heal location data
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 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) { |