mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
9 lines
160 B
C
9 lines
160 B
C
#ifndef PMDSKY_POKEMON_H
|
|
#define PMDSKY_POKEMON_H
|
|
|
|
#include "dungeon_mode.h"
|
|
|
|
bool8 IqSkillFlagTest(u32 *iq_skill_flags, u32 iq_id);
|
|
|
|
#endif //PMDSKY_POKEMON_H
|