mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-21 14:37:40 -05:00
7 lines
115 B
C
7 lines
115 B
C
#ifndef GUARD_POKEMON_3_H
|
|
#define GUARD_POKEMON_3_H
|
|
|
|
bool8 IsIQSkillSet(u8 *IQSkillsEnabled, u32 IQSkill);
|
|
|
|
#endif
|