pmd-sky/include/main_02058E68.h
2025-12-04 22:36:47 -05:00

10 lines
271 B
C

#ifndef PMDSKY_MAIN_02058E68_H
#define PMDSKY_MAIN_02058E68_H
#include "enums.h"
// Gets the <index>th skill on the list of IQ skills that a given monster species can learn.
enum iq_skill_id GetSpeciesIqSkill(s16 monster_id, u8 index);
#endif //PMDSKY_MAIN_02058E68_H