mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
11 lines
345 B
C
11 lines
345 B
C
#ifndef PMDSKY_OVERLAY_29_022FFF28_H
|
|
#define PMDSKY_OVERLAY_29_022FFF28_H
|
|
|
|
#include "dungeon_mode.h"
|
|
|
|
// Checks if a monster is a team member under the effects of a certain exclusive item effect.
|
|
|
|
bool8 ExclusiveItemEffectIsActive__022FFF28(struct entity *entity, enum exclusive_item_effect_id effect_id);
|
|
|
|
#endif //PMDSKY_OVERLAY_29_022FFF28_H
|