summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-10-28 20:43:33 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-10-28 20:43:33 -0400
commit6fcde15bb671db34dd1f17406ee20f319595b6a5 (patch)
tree1e6530fdeddb2aa4e51171fa6880b1da5673f18a /include
parent5ea2f463d71d0bc2663e70a553557de0ccf40eef (diff)
Decompile heal location data
Diffstat (limited to 'include')
-rw-r--r--include/heal_location.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/heal_location.h b/include/heal_location.h
new file mode 100644
index 000000000..c365d6a45
--- /dev/null
+++ b/include/heal_location.h
@@ -0,0 +1,18 @@
+#ifndef GUARD_HEAL_LOCATION_H
+#define GUARD_HEAL_LOCATION_H
+
+// Exported type declarations
+
+struct HealLocation
+{
+ s8 group;
+ s8 map;
+ u16 x;
+ u16 y;
+};
+
+// Exported RAM declarations
+
+// Exported ROM declarations
+
+#endif //GUARD_HEAL_LOCATION_H