#ifndef PMDSKY_IQ_SKILLS_H #define PMDSKY_IQ_SKILLS_H #include "enums.h" // Table of 4-byte values for each IQ skill that represent the required IQ value to unlock a skill. extern const s32 IQ_SKILLS[69]; extern const enum iq_skill_id IQ_GROUP_SKILLS[16][25]; #endif //PMDSKY_IQ_SKILLS_H