summaryrefslogtreecommitdiff
path: root/include/faraway_island.h
blob: a5243c6a70bd339e83e3c00f07c25d1f723896a3 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef GUARD_FARAWAY_ISLAND_H
#define GUARD_FARAWAY_ISLAND_H

u32 GetMewMoveDirection(void);
bool8 ShouldMewShakeGrass(struct ObjectEvent*);
void UpdateFarawayIslandStepCounter(void);
bool8 ObjectEventIsFarawayIslandMew(struct ObjectEvent *);
bool8 IsMewPlayingHideAndSeek(void);

#endif // GUARD_FARAWAY_ISLAND_H