diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-20 03:17:34 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-04-28 19:59:16 -0500 |
commit | 0459f99a95dc3c8f15749b30e20b8a9bbceef41b (patch) | |
tree | cf20f30773082ba47d2d1cff3c055546022627f7 /src/heal_location.c | |
parent | a97d3d7725409f5f5a5e223ebefede3bd02f179c (diff) |
Index heal location data, use better names
Diffstat (limited to 'src/heal_location.c')
-rw-r--r-- | src/heal_location.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/heal_location.c b/src/heal_location.c index 3bb24e1a1..5eda24d67 100644 --- a/src/heal_location.c +++ b/src/heal_location.c @@ -1,6 +1,8 @@ #include "global.h" #include "heal_location.h" #include "constants/maps.h" +#include "constants/heal_locations.h" + #include "data/heal_locations.h" u32 GetHealLocationIndexByMap(u16 mapGroup, u16 mapNum) |