mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
9 lines
213 B
C
9 lines
213 B
C
|
#ifndef GUARD_DODRIO_BERRY_PICKING_H
|
||
|
#define GUARD_DODRIO_BERRY_PICKING_H
|
||
|
|
||
|
void sub_802493C(u16 a0, void (*callback)(void));
|
||
|
void sub_8027A5C(void);
|
||
|
void sub_8027AAC(void);
|
||
|
|
||
|
#endif // GUARD_DODRIO_BERRY_PICKING_H
|