pokeemerald/include/heal_location.h

19 lines
257 B
C
Raw Normal View History

2017-10-29 02:43:33 +02:00
#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