mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
18 lines
476 B
C
18 lines
476 B
C
#ifndef GUARD_POKENAV_H
|
|
#define GUARD_POKENAV_H
|
|
|
|
bool8 sub_81D5C18(void);
|
|
bool8 sub_81D20BC(void *arg0);
|
|
bool8 sub_81D312C(void *arg0);
|
|
void sub_81D1ED4(void *arg0);
|
|
void sub_81D2108(void *arg0);
|
|
void sub_81D20AC(void *arg0);
|
|
void sub_81D2230(void *arg0);
|
|
void sub_81D3464(void *arg0);
|
|
void sub_81D3480(void *arg0, u8 arg1);
|
|
void sub_81D2754(void *arg0, void *arg1);
|
|
void sub_81D1F84(void *arg0, void *arg1, void *arg2);
|
|
const u8 *sub_81D62AC(void);
|
|
|
|
#endif //GUARD_POKENAV_H
|