mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 05:35:23 -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
|