diff options
Diffstat (limited to 'include/decoration_inventory.h')
-rw-r--r-- | include/decoration_inventory.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/decoration_inventory.h b/include/decoration_inventory.h new file mode 100644 index 000000000..afc354237 --- /dev/null +++ b/include/decoration_inventory.h @@ -0,0 +1,10 @@ +#ifndef GUARD_DECORATION_INVENTORY_H +#define GUARD_DECORATION_INVENTORY_H + +void ClearDecorationInventories(void); +u8 sub_8133FE4(u8); +u8 IsThereStorageSpaceForDecoration(u8); +u8 sub_8134074(u8); +s8 sub_81340A8(u8); + +#endif // GUARD_DECORATION_INVENTORY_H |