mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
11 lines
229 B
C
11 lines
229 B
C
#ifndef GUARD_BERRY_BLENDER_H
|
|
#define GUARD_BERRY_BLENDER_H
|
|
|
|
extern u8 gInGameOpponentsNo;
|
|
|
|
void DoBerryBlending(void);
|
|
u16 GetBlenderArrowPosition(void);
|
|
void ShowBerryBlenderRecordWindow(void);
|
|
|
|
#endif // GUARD_BERRY_BLENDER_H
|