mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-19 01:44:20 +01:00
12 lines
304 B
C
Executable File
12 lines
304 B
C
Executable File
#ifndef GUARD_EREADER_H
|
|
#define GUARD_EREADER_H
|
|
|
|
bool32 sub_81D3B34(void);
|
|
u32 sub_81D427C(void);
|
|
bool8 sub_81D4A58(struct EventObject*);
|
|
void UpdateFarawayIslandStepCounter(void);
|
|
bool8 EventObjectIsFarawayIslandMew(struct EventObject *);
|
|
bool8 IsMewPlayingHideAndSeek(void);
|
|
|
|
#endif // GUARD_EREADER_H
|