summaryrefslogtreecommitdiff
path: root/include/type_effectiveness.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/type_effectiveness.h')
-rw-r--r--include/type_effectiveness.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/type_effectiveness.h b/include/type_effectiveness.h
new file mode 100644
index 0000000..3502f0e
--- /dev/null
+++ b/include/type_effectiveness.h
@@ -0,0 +1,8 @@
+#ifndef GUARD_TYPE_EFFECTIVENESS_H
+#define GUARD_TYPE_EFFECTIVENESS_H
+
+#include "dungeon_entity.h"
+
+s32 WeightWeakTypePicker(struct DungeonEntity *user, struct DungeonEntity *target, u8 moveType);
+
+#endif