diff options
| author | Evan <eroelke@gmail.com> | 2019-11-24 17:22:02 -0700 |
|---|---|---|
| committer | Evan <eroelke@gmail.com> | 2019-11-24 17:22:02 -0700 |
| commit | e6a882cc920077f7e555714983a8835fbbe3e4bd (patch) | |
| tree | 5ed8410d1a884cd8cba59b225da290710c51dc79 /include | |
| parent | 10ee4b2cf6c380a2e1b4d1d02bbec3b3682257b1 (diff) | |
separate sea cottage anim functions
Diffstat (limited to 'include')
| -rw-r--r-- | include/sea_cottage.h | 13 | ||||
| -rw-r--r-- | include/shop.h | 9 |
2 files changed, 13 insertions, 9 deletions
diff --git a/include/sea_cottage.h b/include/sea_cottage.h new file mode 100644 index 000000000..dce6862ff --- /dev/null +++ b/include/sea_cottage.h @@ -0,0 +1,13 @@ +#ifdndef GUARD_SEA_COTTAGE_H +#define GUARD_SEA_COTTAGE_H + +#include "global.h" + +void sub_809C1D8(u8 taskId, const u16* a1, u16 a2); +void sub_809C448(u8 a0); +void sub_809C460(void); +bool8 sub_809C474(void); +void sub_809C4A8(void); +void sub_809C5FC(void); + +#endif // GUARD_SHOP_H
\ No newline at end of file diff --git a/include/shop.h b/include/shop.h index 129839e33..27014580d 100644 --- a/include/shop.h +++ b/include/shop.h @@ -28,15 +28,6 @@ void CreateDecorationShop2Menu(const u16 *); u8 sub_809B56C(void); void sub_809C09C(u16 a0, u16 a1, u8 a2); -// wrong file -void sub_809C1D8(u8 taskId, const u16* a1, u16 a2); -void sub_809C448(u8 a0); -void sub_809C460(void); -bool8 sub_809C474(void); -void sub_809C4A8(void); -void sub_809C5FC(void); - - // buy_menu_helper void BuyMenuInitWindows(bool32 isSellingTM); void BuyMenuDrawMoneyBox(void); |
