mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-25 07:38:49 -05:00
9 lines
247 B
C
9 lines
247 B
C
#ifndef GUARD_DODRIO_BERRY_PICKING_H
|
|
#define GUARD_DODRIO_BERRY_PICKING_H
|
|
|
|
void StartDodrioBerryPicking(u16 a0, void (*callback)(void));
|
|
void IsDodrioInParty(void);
|
|
void ShowDodrioBerryPickingRecords(void);
|
|
|
|
#endif // GUARD_DODRIO_BERRY_PICKING_H
|