pmd-sky/include/monster_parameters.h
2025-12-04 23:36:51 -05:00

10 lines
327 B
C

#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