Split into ereader_helpers.c, faraway_island.c, and ereader_screen.c

This commit is contained in:
Marcus Huderle
2019-03-22 14:16:26 -05:00
parent f4f666f5af
commit a7d5f032b1
14 changed files with 1508 additions and 1464 deletions
+10
View File
@@ -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