mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 21:19:53 +00:00
9 lines
211 B
C
9 lines
211 B
C
#ifndef GUARD_POKEMON_3_H
|
|
#define GUARD_POKEMON_3_H
|
|
|
|
bool8 HasIQForSkill(s32 pokeIQ, u8 IQSkillIndex);
|
|
void SetIQSkill(u8 *param_1, u32 skillIndex);
|
|
bool8 IsIQSkillSet(u8 *IQSkillsEnabled, u32 IQSkill);
|
|
|
|
#endif
|