diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-04 18:09:15 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-04 18:09:15 -0400 |
commit | 9b0018cab96f924c040d0b2062481c91f0e7c09b (patch) | |
tree | 5b84d5ba59231d0ec353e25b772dbf9cb9e0ba9a /include | |
parent | 7e8308fbd3fb19e096ca5072c5c5591e096fadd8 (diff) |
SetUpPuttingAwayDecorationPlayerAvatar and some related functions
Diffstat (limited to 'include')
-rwxr-xr-x | include/decoration.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/decoration.h b/include/decoration.h index 594f7ef11..f55d868e8 100755 --- a/include/decoration.h +++ b/include/decoration.h @@ -204,6 +204,7 @@ struct UnkStruct_020391B4 extern const struct UnkStruct_083EC900 gUnknown_083EC900[10]; extern const struct SpritePalette gUnknown_083EC954; extern const struct SpriteTemplate gSpriteTemplate_83EC93C; +extern const struct SpriteTemplate gSpriteTemplate_83ECA88; extern struct Decoration gDecorations[0x77]; extern struct UnkStruct_02038900 gUnknown_02038900; @@ -305,7 +306,9 @@ void sub_81009A8(struct Sprite *); void sub_81009C0(struct Sprite *); bool8 sub_8100D38(u8); void sub_8100E70(u8); +void sub_8100EEC(u8); void sub_81010F0(u8); +void sub_81016C8(void); void sub_81016F4(void); #endif // GUARD_DECORATION_H |