mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-11 05:31:49 -05:00
9 lines
256 B
C
9 lines
256 B
C
#ifndef GUARD_DODRIO_BERRY_PICKING_H
|
|
#define GUARD_DODRIO_BERRY_PICKING_H
|
|
|
|
void StartDodrioBerryPicking(u16 partyId, void (*exitCallback)(void));
|
|
void IsDodrioInParty(void);
|
|
void ShowDodrioBerryPickingRecords(void);
|
|
|
|
#endif // GUARD_DODRIO_BERRY_PICKING_H
|