mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-09 04:23:14 -05:00
9 lines
192 B
C
9 lines
192 B
C
#ifndef GUARD_BERRY_POWDER_H
|
|
#define GUARD_BERRY_POWDER_H
|
|
|
|
u32 GetBerryPowder(void);
|
|
void SetBerryPowder(u32 *powder, u32 amount);
|
|
void sub_815EE6C(u32 newKey);
|
|
|
|
#endif //GUARD_BERRY_POWDER_H
|