pmd-sky/include/dungeon_damage.h
2025-09-20 20:51:38 -04:00

9 lines
220 B
C

#ifndef PMDSKY_DUNGEON_DAMAGE_H
#define PMDSKY_DUNGEON_DAMAGE_H
#include "dungeon_mode.h"
s32 WeightWeakTypePicker(struct entity *user, struct entity *target, enum type_id move_type);
#endif //PMDSKY_DUNGEON_DAMAGE_H