mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-19 05:37:26 -05:00
9 lines
188 B
C
9 lines
188 B
C
#ifndef GUARD_TIME_EVENTS_H
|
|
#define GUARD_TIME_EVENTS_H
|
|
|
|
void UpdateMirageRnd(u16 days);
|
|
bool8 IsMirageIslandPresent(void);
|
|
void UpdateBirchState(u16 days);
|
|
|
|
#endif // GUARD_TIME_EVENTS_H
|