diff options
Diffstat (limited to 'src/heal_location.c')
-rw-r--r-- | src/heal_location.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/heal_location.c b/src/heal_location.c index da2e466a9..13bb125b6 100644 --- a/src/heal_location.c +++ b/src/heal_location.c @@ -1,15 +1,8 @@ #include "global.h" +#include "heal_location.h" #define NUM_HEAL_LOCATIONS 22 -struct HealLocation -{ - s8 group; - s8 map; - u16 x; - u16 y; -}; - extern const struct HealLocation gHealLocations[]; u32 GetHealLocationIndexByMap(u16 mapGroup, u16 mapNum) |