pmd-sky/src/overlay_29_022FF898.c
AnonymousRandomPerson 5983afb951 Decomped HasHeldItem
2025-03-11 22:53:44 -04:00

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);
}