pmd-sky/include/type_effectiveness.h
2025-09-22 21:45:14 -04:00

9 lines
255 B
C

#ifndef PMDSKY_TYPE_EFFECTIVENESS_H
#define PMDSKY_TYPE_EFFECTIVENESS_H
#include "dungeon_mode.h"
s16 GetTypeMatchup(struct entity *attacker, struct entity *defender, s16 target_type_idx, enum type_id attack_type);
#endif //PMDSKY_TYPE_EFFECTIVENESS_H