diff options
Diffstat (limited to 'include')
-rwxr-xr-x | include/decoration.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/decoration.h b/include/decoration.h index cf6c0082f..e7e6ab9d3 100755 --- a/include/decoration.h +++ b/include/decoration.h @@ -203,6 +203,8 @@ struct UnkStruct_020391B4 extern const struct UnkStruct_083EC900 gUnknown_083EC900[10]; extern const struct SpritePalette gUnknown_083EC954; +extern const struct SpritePalette gUnknown_083ECA5C; +extern const struct SpritePalette gUnknown_083ECA64; extern const struct SpriteTemplate gSpriteTemplate_83EC93C; extern const struct SpriteTemplate gSpriteTemplate_83ECA88; @@ -251,6 +253,7 @@ extern const struct YesNoFuncTable gUnknown_083EC95C; extern const struct YesNoFuncTable gUnknown_083EC964; extern const struct YesNoFuncTable gUnknown_083EC9CC; extern const struct YesNoFuncTable gUnknown_083EC9D4; +extern const struct YesNoFuncTable gUnknown_083ECAA0; extern u8 sub_8134194(u8); // src/decoration_inventory extern bool8 sub_81341D4(void); // src/decoration_inventory @@ -316,8 +319,11 @@ void sub_8101518(u8); void sub_81015B0(u8); void sub_81015E0(u8); void sub_810156C(u8); +void sub_8101678(void); void sub_8101698(struct Sprite *); void sub_81016C8(void); void sub_81016F4(void); +void sub_8101824(u8); +void sub_8109A30(u8); #endif // GUARD_DECORATION_H |