summaryrefslogtreecommitdiff
path: root/include/pokemon_3.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pokemon_3.h')
-rw-r--r--include/pokemon_3.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pokemon_3.h b/include/pokemon_3.h
new file mode 100644
index 0000000..968e2ef
--- /dev/null
+++ b/include/pokemon_3.h
@@ -0,0 +1,6 @@
+#ifndef GUARD_POKEMON_3_H
+#define GUARD_POKEMON_3_H
+
+bool8 IsIQSkillSet(u8 *IQSkillsEnabled, u32 IQSkill);
+
+#endif