blob: 04e61ab59723d828b3294656ae1d984bc8a87a43 (
plain)
1
2
3
4
5
6
7
8
9
|
#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
|