pmd-red/include/type_effectiveness.h

9 lines
177 B
C

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