Move heal location data

This commit is contained in:
GriffinR
2020-03-19 19:06:49 -04:00
parent 33b65b5470
commit 9c1a8011d9
9 changed files with 124 additions and 123 deletions
+2 -12
View File
@@ -3,13 +3,6 @@
#include "global.h"
// Exported type declarations
struct UnkStruct_0859F534 {
const union AffineAnimCmd *const *const affineAnims;
void (* callback)(struct Sprite *sprite);
};
struct HealLocation
{
s8 group;
@@ -18,10 +11,7 @@ struct HealLocation
s16 y;
};
// Exported RAM declarations
// Exported ROM declarations
const struct HealLocation *GetHealLocationPointer(u32 loc);
void SetWhiteoutRespawnWarpAndHealerNpc(struct WarpData * warp);
#endif //GUARD_HEAL_LOCATION_H
#endif // GUARD_HEAL_LOCATION_H