diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-20 22:55:44 -0500 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-11-20 22:55:44 -0500 |
commit | ec3e86f1d2f78bb9fece0956e246862cea3c07b9 (patch) | |
tree | fdeca5705cf68b2a355bba9fa90f9f3c16e3c69e /include/faraway_island.h | |
parent | 215bb31d67398386d3554d31f55dbe495e7f6b6f (diff) |
Standardize Event Object to Object Event
Diffstat (limited to 'include/faraway_island.h')
-rwxr-xr-x | include/faraway_island.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/faraway_island.h b/include/faraway_island.h index 4946bda8a..084b5a277 100755 --- a/include/faraway_island.h +++ b/include/faraway_island.h @@ -2,9 +2,9 @@ #define GUARD_FARAWAY_ISLAND_H u32 GetMewMoveDirection(void); -bool8 sub_81D4A58(struct EventObject*); +bool8 sub_81D4A58(struct ObjectEvent*); void UpdateFarawayIslandStepCounter(void); -bool8 EventObjectIsFarawayIslandMew(struct EventObject *); +bool8 ObjectEventIsFarawayIslandMew(struct ObjectEvent *); bool8 IsMewPlayingHideAndSeek(void); #endif // GUARD_FARAWAY_ISLAND_H |