mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 05:35:23 -05:00
8 lines
162 B
C
8 lines
162 B
C
#ifndef GUARD_BERRY_POWDER_H
|
|
#define GUARD_BERRY_POWDER_H
|
|
|
|
u32 GetBerryPowder(void);
|
|
void SetBerryPowder(u32 *powder, u32 amount);
|
|
|
|
#endif //GUARD_BERRY_POWDER_H
|