#ifndef GUARD_TYPE_EFFECTIVENESS_H #define GUARD_TYPE_EFFECTIVENESS_H #include "structs/dungeon_entity.h" s32 WeightWeakTypePicker(Entity *user, Entity *target, u8 moveType); #endif