From 9a4864c1cf8c0a6da847f3b8977aaca23b712a5a Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Fri, 4 Mar 2022 23:49:00 -0500 Subject: Decomped WeightWeakTypePicker() --- include/type_effectiveness.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/type_effectiveness.h (limited to 'include/type_effectiveness.h') 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 -- cgit v1.2.3