diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-19 19:06:49 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-03-19 19:32:13 -0400 |
commit | 9c1a8011d91fa2b0704abc5e7e7318212dc375c1 (patch) | |
tree | 604a81e46ef936ee5b6816fea759b000377b8db4 /include/heal_location.h | |
parent | 33b65b547000387fcdce9fe497da9b217544ece6 (diff) |
Move heal location data
Diffstat (limited to 'include/heal_location.h')
-rw-r--r-- | include/heal_location.h | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/include/heal_location.h b/include/heal_location.h index aaa2178c6..9680f8fdd 100644 --- a/include/heal_location.h +++ b/include/heal_location.h @@ -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 |