1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-02-17 01:43:35 +01:00

11 lines
299 B
C
Raw Normal View History

#ifndef GUARD_FARAWAY_ISLAND_H
#define GUARD_FARAWAY_ISLAND_H
u32 sub_81D427C(void);
bool8 sub_81D4A58(struct EventObject*);
2019-03-22 13:36:06 -05:00
void UpdateFarawayIslandStepCounter(void);
bool8 EventObjectIsFarawayIslandMew(struct EventObject *);
2019-03-22 13:36:06 -05:00
bool8 IsMewPlayingHideAndSeek(void);
#endif // GUARD_FARAWAY_ISLAND_H