mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
69aec91577
2 nonmatching.
12 lines
275 B
C
12 lines
275 B
C
#ifndef GUARD_POKENAV_H
|
|
#define GUARD_POKENAV_H
|
|
#include "list_menu.h"
|
|
|
|
bool8 sub_81D312C(void *arg0);
|
|
bool8 sub_81D4A58(struct EventObject*);
|
|
bool8 EventObjectIsFarawayIslandMew(struct EventObject *);
|
|
u32 sub_81D427C(void);
|
|
void sub_81D4998(void);
|
|
|
|
#endif //GUARD_POKENAV_H
|