blob: 941c96677ed771aa7b813e2797949d9d5e904852 (
plain)
1
2
3
4
5
6
7
8
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
|