mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
10 lines
263 B
C
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
|