mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 22:28:44 -05:00
7 lines
116 B
C
7 lines
116 B
C
#ifndef GUARD_BERRY_POWDER_H
|
|
#define GUARD_BERRY_POWDER_H
|
|
|
|
u32 GetBerryPowder(void);
|
|
|
|
#endif //GUARD_BERRY_POWDER_H
|