mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-15 09:36:55 -05:00
11 lines
284 B
C
11 lines
284 B
C
#ifndef GUARD_POKEMON_3_H
|
|
#define GUARD_POKEMON_3_H
|
|
|
|
s16 GetBaseSpeciesNoUnown(s16 index);
|
|
bool8 TacticsTargetLeader(u8 tactic);
|
|
bool8 HasIQForSkill(s32 pokeIQ, u8 IQSkillIndex);
|
|
void SetIQSkill(u8 *param_1, u32 skillIndex);
|
|
bool8 IsIQSkillSet(u8 *IQSkillFlags, u32 IQSkill);
|
|
|
|
#endif
|