mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 22:18:41 -05:00
7 lines
180 B
C
7 lines
180 B
C
#ifndef GUARD_DODRIO_BERRY_PICKING_H
|
|
#define GUARD_DODRIO_BERRY_PICKING_H
|
|
|
|
void StartDodrioBerryPicking(u16 species, MainCallback callback);
|
|
|
|
#endif //GUARD_DODRIO_BERRY_PICKING_H
|