diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-05 08:41:09 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-05 08:41:09 -0400 |
commit | 31622bd5e5d811cedfbb29da8d10b6c036e54ea6 (patch) | |
tree | 6a7201d0c2ffbc011ca0346c1e7efad913be2d84 /include | |
parent | 34f5b74b0f22a5a0f82528aa6d495d0ed56fc04e (diff) |
nonmatching sub_8101460, and a few functions beyond
Diffstat (limited to 'include')
-rwxr-xr-x | include/decoration.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/decoration.h b/include/decoration.h index 47713b960..9350ba7e7 100755 --- a/include/decoration.h +++ b/include/decoration.h @@ -249,6 +249,8 @@ extern const u8 gUnknown_083EC984[]; extern void sub_80B3068(u8); // src/shop 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 u8 sub_8134194(u8); // src/decoration_inventory extern bool8 sub_81341D4(void); // src/decoration_inventory @@ -311,6 +313,8 @@ void sub_8101024(u8); void sub_81010F0(u8); void sub_8101460(u8); void sub_8101518(u8); +void sub_81015B0(u8); +void sub_81015E0(u8); void sub_810156C(u8); void sub_8101698(struct Sprite *); void sub_81016C8(void); |