diff options
author | scnorton <scnorton@biociphers.org> | 2017-06-05 10:04:16 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-06-05 10:04:16 -0400 |
commit | ba6ba4ff2c323559f4534edc12c68a1eafdb5cb4 (patch) | |
tree | 347fff420d0a4d415c3f3590e2a865372a3ac05b /include | |
parent | 31622bd5e5d811cedfbb29da8d10b6c036e54ea6 (diff) |
Delete asm/decoration.s, having completed its decompilation aside from two non-matching functions
Diffstat (limited to 'include')
-rwxr-xr-x | include/decoration.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/include/decoration.h b/include/decoration.h index 9350ba7e7..abeb43086 100755 --- a/include/decoration.h +++ b/include/decoration.h @@ -203,14 +203,16 @@ 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; extern struct Decoration gDecorations[0x77]; extern struct UnkStruct_02038900 gUnknown_02038900; extern u8 *gUnknown_020388D0; -extern Script gUnknown_081A2F7B; -extern Script gUnknown_081A2F8A; +extern u8 gUnknown_081A2F7B[]; +extern u8 gUnknown_081A2F8A[]; extern struct OamData gUnknown_020391AC; extern u8 gUnknown_020388D4; @@ -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 |