summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-07-19 14:12:38 -0400
committerPokeCodec <doremylover456@gmail.com>2020-07-27 13:14:48 -0400
commit1c55734e44a2006571a0f04805bea38852207965 (patch)
tree4d257eb3ab24269fa19f77297d1d9b6630f8fd2f /include
parentddd012f3edf7cd1a3df518492faa8de15833874c (diff)
Document faraway island
Diffstat (limited to 'include')
-rwxr-xr-xinclude/faraway_island.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/faraway_island.h b/include/faraway_island.h
index 084b5a277..a5243c6a7 100755
--- a/include/faraway_island.h
+++ b/include/faraway_island.h
@@ -2,7 +2,7 @@
#define GUARD_FARAWAY_ISLAND_H
u32 GetMewMoveDirection(void);
-bool8 sub_81D4A58(struct ObjectEvent*);
+bool8 ShouldMewShakeGrass(struct ObjectEvent*);
void UpdateFarawayIslandStepCounter(void);
bool8 ObjectEventIsFarawayIslandMew(struct ObjectEvent *);
bool8 IsMewPlayingHideAndSeek(void);