mirror of
https://github.com/pret/pokefirered.git
synced 2026-09-26 13:33:14 -04:00
7 lines
129 B
C
7 lines
129 B
C
#ifndef GUARD_ITEMFINDER_H
|
|
#define GUARD_ITEMFINDER_H
|
|
|
|
void ItemUseOnFieldCB_Itemfinder(u8 taskId);
|
|
|
|
#endif //GUARD_ITEMFINDER_H
|