summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-07-23 09:12:19 -0400
committerGitHub <noreply@github.com>2020-07-23 09:12:19 -0400
commit5348674bc4d395969d3d98f7d6f3460aacf494bb (patch)
treec4cb0faa69791a921896ff7e14c4cb3adca754f3 /include
parent69a04f88f4411d9b0db67aa2c42e17e4bfb0dd0e (diff)
parenta1cc7d2bd69b58f04dd2765bbebc4cfb927876fa (diff)
Merge pull request #1102 from GriffinRichards/doc-faraway
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);