diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-03-22 14:16:26 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2019-03-22 14:16:26 -0500 |
commit | a7d5f032b17bf95d879a856d801731a7ae7f5b9b (patch) | |
tree | 2897ebe07df8ca4dfbdcf9e2b974ef749aa06720 /include/faraway_island.h | |
parent | f4f666f5af6586203692427860a474fe020abd42 (diff) |
Split into ereader_helpers.c, faraway_island.c, and ereader_screen.c
Diffstat (limited to 'include/faraway_island.h')
-rwxr-xr-x | include/faraway_island.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/faraway_island.h b/include/faraway_island.h new file mode 100755 index 000000000..89b4bcd08 --- /dev/null +++ b/include/faraway_island.h @@ -0,0 +1,10 @@ +#ifndef GUARD_FARAWAY_ISLAND_H +#define GUARD_FARAWAY_ISLAND_H + +u32 sub_81D427C(void); +bool8 sub_81D4A58(struct EventObject*); +void UpdateFarawayIslandStepCounter(void); +bool8 EventObjectIsFarawayIslandMew(struct EventObject *); +bool8 IsMewPlayingHideAndSeek(void); + +#endif // GUARD_FARAWAY_ISLAND_H |