mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-24 23:09:54 -05:00
12 lines
297 B
C
12 lines
297 B
C
#include "overlay_29_0230E578.h"
|
|
#include "dungeon_items.h"
|
|
#include "dungeon_pokemon_attributes.h"
|
|
|
|
bool8 ItemIsActive__0230E578(struct entity *entity, enum item_id item_id)
|
|
{
|
|
if (AbilityIsActiveVeneer(entity, ABILITY_KLUTZ))
|
|
return FALSE;
|
|
|
|
return HasHeldItem(entity, item_id);
|
|
}
|