Decompile heal location data

This commit is contained in:
PikalaxALT
2017-10-28 20:43:33 -04:00
parent 5ea2f463d7
commit 6fcde15bb6
5 changed files with 92 additions and 12 deletions

18
include/heal_location.h Normal file
View File

@@ -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