Files
pmd-red/include/type_effectiveness.h
2023-09-02 01:46:26 -04:00

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