diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-12 20:46:11 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-12 20:46:11 -0400 |
commit | a68130a6a87530cfd2903aeec80e36d4fdd8b0c5 (patch) | |
tree | e0bd7e4921ddacc3a7787f370ae89213eb832616 /include | |
parent | 80c0abef8c4eb5e839d559c905333e0cbd371103 (diff) | |
parent | ba6ba4ff2c323559f4534edc12c68a1eafdb5cb4 (diff) |
Merge branch 'decoration' of github.com:pikalaxalt/pokeruby into decoration
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 |