mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
9 lines
235 B
C
9 lines
235 B
C
#ifndef GUARD_DODRIO_BERRY_PICKING_H
|
|
#define GUARD_DODRIO_BERRY_PICKING_H
|
|
|
|
void sub_802493C(u16 a0, void (*callback)(void));
|
|
void IsDodrioInParty(void);
|
|
void ShowDodrioBerryPickingRecords(void);
|
|
|
|
#endif // GUARD_DODRIO_BERRY_PICKING_H
|