#ifndef PMDSKY_MONSTER_PARAMETERS_H #define PMDSKY_MONSTER_PARAMETERS_H #include "iq_skills.h" // Table of 2-byte values for each IQ skill that represent a group. IQ skills in the same group can not be enabled at the same time. extern const s16 IQ_SKILL_RESTRICTIONS[NUM_IQ_SKILLS + 1]; #endif //PMDSKY_MONSTER_PARAMETERS_H