pmd-red/include/dungeon_items.h
2023-09-20 22:26:35 -04:00

9 lines
149 B
C

#ifndef GUARD_DUNGEON_ITEMS_H
#define GUARD_DUNGEON_ITEMS_H
#include "structs/dungeon_entity.h"
bool8 HasHeldItem(Entity *pokemon, u8 id);
#endif