pmd-sky/include/iq_skills.h
2025-12-04 23:03:02 -05:00

11 lines
291 B
C

#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