mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-05 10:46:00 -05:00
11 lines
203 B
C
11 lines
203 B
C
#include "main_02058CD8.h"
|
|
#include "iq_skills.h"
|
|
|
|
bool8 CanLearnIqSkill(s32 iq_amount, enum iq_skill_id iq_id)
|
|
{
|
|
if (iq_id == IQ_NONE)
|
|
return 0;
|
|
|
|
return IQ_SKILLS[iq_id] <= iq_amount;
|
|
}
|