summaryrefslogtreecommitdiff
path: root/include/dungeon_pokemon_attributes_1.h
blob: 0c8037bdc799edb2dbd05614730947b27616025d (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef GUARD_DUNGEON_POKEMON_ATTRIBUTES_1_H
#define GUARD_DUNGEON_POKEMON_ATTRIBUTES_1_H

#include "dungeon_entity.h"

// 0x718AC
bool8 HasTactic(struct DungeonEntity *pokemon, u8 tactic);
// 0x718D8
bool8 HasIQSkill(struct DungeonEntity* pokemon, u8 IQSkill);

#endif