#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