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