diff options
Diffstat (limited to 'include/dungeon_pokemon_attributes_1.h')
-rw-r--r-- | include/dungeon_pokemon_attributes_1.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dungeon_pokemon_attributes_1.h b/include/dungeon_pokemon_attributes_1.h index 51788d2..0c8037b 100644 --- a/include/dungeon_pokemon_attributes_1.h +++ b/include/dungeon_pokemon_attributes_1.h @@ -5,5 +5,7 @@ // 0x718AC bool8 HasTactic(struct DungeonEntity *pokemon, u8 tactic); +// 0x718D8 +bool8 HasIQSkill(struct DungeonEntity* pokemon, u8 IQSkill); #endif |