diff options
Diffstat (limited to 'include/dungeon_pokemon_attributes.h')
-rw-r--r-- | include/dungeon_pokemon_attributes.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/dungeon_pokemon_attributes.h b/include/dungeon_pokemon_attributes.h new file mode 100644 index 0000000..941c966 --- /dev/null +++ b/include/dungeon_pokemon_attributes.h @@ -0,0 +1,9 @@ +#ifndef GUARD_DUNGEON_POKEMON_ATTRIBUTES_H +#define GUARD_DUNGEON_POKEMON_ATTRIBUTES_H + +#include "dungeon_entity.h" + +// 0x71824 +bool8 HasAbility(struct DungeonEntity *pokemon, u8 ability); + +#endif |