mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 22:18:41 -05:00
9 lines
202 B
C
9 lines
202 B
C
#ifndef GUARD_BERRY_POWDER_H
|
|
#define GUARD_BERRY_POWDER_H
|
|
|
|
u32 GetBerryPowder(void);
|
|
void SetBerryPowder(u32 *powder, u32 amount);
|
|
bool8 GiveBerryPowder(u32 amountToAdd);
|
|
|
|
#endif //GUARD_BERRY_POWDER_H
|