mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-25 07:24:42 -05:00
12 lines
291 B
C
12 lines
291 B
C
#include "overlay_29_022FF898.h"
|
|
#include "dungeon_items.h"
|
|
#include "dungeon_pokemon_attributes.h"
|
|
|
|
bool8 ItemIsActive__022FF898(struct entity *entity, enum item_id item_id)
|
|
{
|
|
if (AbilityIsActive(entity, ABILITY_KLUTZ))
|
|
return FALSE;
|
|
|
|
return HasHeldItem(entity, item_id);
|
|
}
|