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