mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 13:47:12 -05:00
10 lines
157 B
C
10 lines
157 B
C
#ifndef GUARD_ITEM_USE_H
|
|
#define GUARD_ITEM_USE_H
|
|
|
|
#include "global.h"
|
|
|
|
void sub_80A1E0C(u8);
|
|
void sub_80A2294(u8, u8, u16, u16);
|
|
|
|
#endif //GUARD_ITEM_USE_H
|