pmd-red/include/dungeon_items.h

9 lines
141 B
C

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