pokefirered/include/heal_location.h
2020-03-27 17:21:00 -04:00

18 lines
307 B
C

#ifndef GUARD_HEAL_LOCATION_H
#define GUARD_HEAL_LOCATION_H
#include "global.h"
struct HealLocation
{
s8 group;
s8 map;
s16 x;
s16 y;
};
const struct HealLocation *GetHealLocation(u32 loc);
void SetWhiteoutRespawnWarpAndHealerNpc(struct WarpData * warp);
#endif // GUARD_HEAL_LOCATION_H