summaryrefslogtreecommitdiff
path: root/include/pokemon_item_effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pokemon_item_effect.h')
-rw-r--r--include/pokemon_item_effect.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pokemon_item_effect.h b/include/pokemon_item_effect.h
new file mode 100644
index 000000000..c09649aff
--- /dev/null
+++ b/include/pokemon_item_effect.h
@@ -0,0 +1,6 @@
+#ifndef GUARD_POKEMON_ITEM_EFFECT_H
+#define GUARD_POKEMON_ITEM_EFFECT_H
+
+bool8 ExecuteTableBasedItemEffect_(struct Pokemon *mon, u16, u8, u16);
+
+#endif // GUARD_POKEMON_ITEM_EFFECT_H