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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/type_effectiveness.h b/include/type_effectiveness.h
new file mode 100644
index 0000000..1847850
--- /dev/null
+++ b/include/type_effectiveness.h
@@ -0,0 +1,9 @@
+#ifndef GUARD_TYPE_EFFECTIVENESS_H
+#define GUARD_TYPE_EFFECTIVENESS_H
+
+#include "dungeon_entity.h"
+
+// 0x6E654
+s32 WeightWeakTypePicker(struct DungeonEntity *user, struct DungeonEntity *target, u8 moveType);
+
+#endif