summaryrefslogtreecommitdiff
path: root/include/heal_location.h
diff options
context:
space:
mode:
authorMCboy <atasro2@gmail.com>2018-08-12 23:26:00 +0430
committerGitHub <noreply@github.com>2018-08-12 23:26:00 +0430
commit1bc93c5a66ebc7ec790e3cb17f246aee75dcc73c (patch)
treef6edf1981a206483d1691e5ac388055abfc64424 /include/heal_location.h
parent9e9ec8dc963c4786ac3af19102ebe690cb7785d5 (diff)
parent21060091d109a6ebc4d1d76b8487878bb91cd5e1 (diff)
Merge branch 'master' into player_field_avatar
Diffstat (limited to 'include/heal_location.h')
-rw-r--r--include/heal_location.h17
1 files changed, 4 insertions, 13 deletions
diff --git a/include/heal_location.h b/include/heal_location.h
index 1f966f1ae..46f0d785a 100644
--- a/include/heal_location.h
+++ b/include/heal_location.h
@@ -1,13 +1,6 @@
#ifndef GUARD_HEAL_LOCATION_H
#define GUARD_HEAL_LOCATION_H
-// Exported type declarations
-
-struct UnkStruct_0859F534 {
- const union AffineAnimCmd *const *const affineAnims;
- void (* callback)(struct Sprite *sprite);
-};
-
struct HealLocation
{
s8 group;
@@ -16,10 +9,8 @@ struct HealLocation
u16 y;
};
-// Exported RAM declarations
-
-// Exported ROM declarations
-
-const struct HealLocation *GetHealLocationPointer(u32 loc);
+u32 GetHealLocationIndexByMap(u16 mapGroup, u16 mapNum);
+const struct HealLocation *GetHealLocationByMap(u16 mapGroup, u16 mapNum);
+const struct HealLocation *GetHealLocation(u32 index);
-#endif //GUARD_HEAL_LOCATION_H
+#endif // GUARD_HEAL_LOCATION_H