mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
10 lines
181 B
C
10 lines
181 B
C
#ifndef GUARD_POKENAV_H
|
|
#define GUARD_POKENAV_H
|
|
#include "list_menu.h"
|
|
|
|
bool8 sub_81D312C(void *arg0);
|
|
void sub_81D4998(void);
|
|
void CB2_InitPokeNav(void);
|
|
|
|
#endif //GUARD_POKENAV_H
|