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