mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
10 lines
224 B
C
10 lines
224 B
C
|
#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
|