summaryrefslogtreecommitdiff
path: root/include/decoration_inventory.h
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2017-06-27 15:01:18 -0400
committerscnorton <scnorton@biociphers.org>2017-06-27 15:01:18 -0400
commit00c7dee919c8f93b8519a7eede2c41ba2ddcaf08 (patch)
tree5707f8764920abcd4cffca84c675e5c53c32559d /include/decoration_inventory.h
parent3d9eb18add0d8a9eb5bfa77fc64cd7b1f37fea5d (diff)
parent06b6cada0ddedc62063171703ba6607019751a9a (diff)
Merge branch 'master' into pokemon_data
Diffstat (limited to 'include/decoration_inventory.h')
-rw-r--r--include/decoration_inventory.h14
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