diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-28 20:55:01 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-28 20:55:01 -0400 |
commit | 00f4bba6d8b5fac98fd62143743b70e774edda6a (patch) | |
tree | cf27d12ca64079e72a747d901963bf0bca2f1daa /include | |
parent | 6fcde15bb671db34dd1f17406ee20f319595b6a5 (diff) |
Decompile heal location functions
Diffstat (limited to 'include')
-rw-r--r-- | include/heal_location.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/heal_location.h b/include/heal_location.h index c365d6a45..de29bf057 100644 --- a/include/heal_location.h +++ b/include/heal_location.h @@ -3,6 +3,11 @@ // Exported type declarations +struct UnkStruct_0859F534 { + const union AffineAnimCmd *const *const affineAnims; + void (* callback)(struct Sprite *sprite); +}; + struct HealLocation { s8 group; |