diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-03-31 14:09:40 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2019-03-31 14:09:40 -0500 |
commit | d13563b174119121964c2da62380bce44743b93f (patch) | |
tree | 32d364f6c44d709939824bc1fbd2b3e0084c5820 /include | |
parent | 462b196abc126cd8c2a06434f9b3b9c25a0d4327 (diff) |
Document some faraway_island code
Diffstat (limited to 'include')
-rwxr-xr-x | include/faraway_island.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/faraway_island.h b/include/faraway_island.h index 89b4bcd08..4946bda8a 100755 --- a/include/faraway_island.h +++ b/include/faraway_island.h @@ -1,7 +1,7 @@ #ifndef GUARD_FARAWAY_ISLAND_H #define GUARD_FARAWAY_ISLAND_H -u32 sub_81D427C(void); +u32 GetMewMoveDirection(void); bool8 sub_81D4A58(struct EventObject*); void UpdateFarawayIslandStepCounter(void); bool8 EventObjectIsFarawayIslandMew(struct EventObject *); |