pmd-red/include/type_effectiveness.h
2023-09-20 22:26:35 -04:00

9 lines
185 B
C

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