pokefirered/include/item_use.h
2019-06-17 10:21:32 -04:00

10 lines
184 B
C

#ifndef GUARD_ITEM_USE_H
#define GUARD_ITEM_USE_H
#include "global.h"
void sub_80A1E0C(u8);
void ItemUse_SetQuestLogEvent(u8, struct Pokemon *, u16, u16);
#endif //GUARD_ITEM_USE_H