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/region_map.c | |
parent | 33b65b547000387fcdce9fe497da9b217544ece6 (diff) |
Move heal location data
Diffstat (limited to 'src/region_map.c')
-rw-r--r-- | src/region_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/region_map.c b/src/region_map.c index b49c3c31a..3a902ec0e 100644 --- a/src/region_map.c +++ b/src/region_map.c @@ -20,7 +20,7 @@ #include "constants/flags.h" #include "constants/songs.h" #include "constants/region_map_sections.h" -#include "constants/spawn_points.h" +#include "constants/heal_locations.h" #include "constants/maps.h" #define FREE_IF_NOT_NULL(ptr) ({ \ |