pmd-sky/include/exclusive_item.h
2025-06-25 21:32:48 -04:00

10 lines
263 B
C

#ifndef PMDSKY_EXCLUSIVE_ITEM_H
#define PMDSKY_EXCLUSIVE_ITEM_H
#include "util.h"
// Tests the exclusive item bitvector for a specific exclusive item effect.
bool8 ExclusiveItemEffectFlagTest(u32 *effect_flags, u32 effect_id);
#endif //PMDSKY_EXCLUSIVE_ITEM_H