blob: 1847850fad51d8113e631b67b4ed18ccb05b737a (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef GUARD_TYPE_EFFECTIVENESS_H
#define GUARD_TYPE_EFFECTIVENESS_H
#include "dungeon_entity.h"
// 0x6E654
s32 WeightWeakTypePicker(struct DungeonEntity *user, struct DungeonEntity *target, u8 moveType);
#endif
|