mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-22 09:27:21 -05:00
10 lines
281 B
C
10 lines
281 B
C
#ifndef GUARD_RENEWABLE_HIDDEN_ITEMS_H
|
|
#define GUARD_RENEWABLE_HIDDEN_ITEMS_H
|
|
|
|
bool32 sub_815D834(void);
|
|
void IncrementRenewableHiddenItemStepCounter(void);
|
|
void TryRegenerateRenewableHiddenItems(void);
|
|
void SetAllRenewableItemFlags(void);
|
|
|
|
#endif //GUARD_RENEWABLE_HIDDEN_ITEMS_H
|