pmd-sky/include/pokemon.h
2025-03-30 21:37:04 -04:00

9 lines
178 B
C

#ifndef PMDSKY_POKEMON_H
#define PMDSKY_POKEMON_H
#include "dungeon_mode.h"
bool8 IqSkillFlagTest(struct iq_skill_flags *iq_skill_flags, u32 iq_id);
#endif //PMDSKY_POKEMON_H