mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-27 23:10:50 +00:00
9 lines
149 B
C
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
|