mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-25 15:42:34 -05:00
8 lines
154 B
C
8 lines
154 B
C
#include "main_02052B28.h"
|
|
#include "monster_data.h"
|
|
|
|
s32 GetIqGroup(s16 monster_id)
|
|
{
|
|
return MONSTER_DATA_TABLE_PTR->entries[monster_id].iq_group;
|
|
}
|