mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-24 23:07:39 -05: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
|