summaryrefslogtreecommitdiff
path: root/include/item_use.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-11-08 08:53:27 -0600
committerGitHub <noreply@github.com>2018-11-08 08:53:27 -0600
commitbe4624024c16293356c3e10f61ea301d5c86d9ed (patch)
treea4ae4b6b5a0e28a7ce8866ff0aabef5f9118535a /include/item_use.h
parentc0a9d620919bd6403772c4e5a236d47cd40ae861 (diff)
parentaa6e1a91fc89d01ad65eb532d6832767c936807a (diff)
Merge pull request #17 from PikalaxALT/vs_seeker
Vs seeker
Diffstat (limited to 'include/item_use.h')
-rw-r--r--include/item_use.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/item_use.h b/include/item_use.h
new file mode 100644
index 000000000..5ec5f2b33
--- /dev/null
+++ b/include/item_use.h
@@ -0,0 +1,9 @@
+#ifndef GUARD_ITEM_USE_H
+#define GUARD_ITEM_USE_H
+
+#include "global.h"
+
+void sub_80A1E0C(u8);
+void sub_80A2294(u8, u8, u16, u16);
+
+#endif //GUARD_ITEM_USE_H