mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-26 07:28:23 +01:00
10 lines
224 B
C
Executable File
10 lines
224 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*);
|
|
bool8 EventObjectIsFarawayIslandMew(struct EventObject *);
|
|
|
|
#endif // GUARD_EREADER_H
|