diff options
author | scnorton <scnorton@biociphers.org> | 2017-06-27 15:01:18 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-06-27 15:01:18 -0400 |
commit | 00c7dee919c8f93b8519a7eede2c41ba2ddcaf08 (patch) | |
tree | 5707f8764920abcd4cffca84c675e5c53c32559d /include/decoration_inventory.h | |
parent | 3d9eb18add0d8a9eb5bfa77fc64cd7b1f37fea5d (diff) | |
parent | 06b6cada0ddedc62063171703ba6607019751a9a (diff) |
Merge branch 'master' into pokemon_data
Diffstat (limited to 'include/decoration_inventory.h')
-rw-r--r-- | include/decoration_inventory.h | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/include/decoration_inventory.h b/include/decoration_inventory.h index dd87e7239..afc354237 100644 --- a/include/decoration_inventory.h +++ b/include/decoration_inventory.h @@ -1,8 +1,10 @@ -// -// Created by Scott Norton on 6/5/17. -// +#ifndef GUARD_DECORATION_INVENTORY_H +#define GUARD_DECORATION_INVENTORY_H -#ifndef POKERUBY_DECORATION_INVENTORY_H -#define POKERUBY_DECORATION_INVENTORY_H +void ClearDecorationInventories(void); +u8 sub_8133FE4(u8); +u8 IsThereStorageSpaceForDecoration(u8); +u8 sub_8134074(u8); +s8 sub_81340A8(u8); -#endif //POKERUBY_DECORATION_INVENTORY_H +#endif // GUARD_DECORATION_INVENTORY_H |