From 6fcde15bb671db34dd1f17406ee20f319595b6a5 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 28 Oct 2017 20:43:33 -0400 Subject: Decompile heal location data --- include/heal_location.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 include/heal_location.h (limited to 'include') 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 -- cgit v1.2.3