pokeemerald/include/pokenav.h

28 lines
753 B
C
Raw Normal View History

2017-11-23 01:10:35 +00:00
#ifndef GUARD_POKENAV_H
#define GUARD_POKENAV_H
2018-03-19 10:27:33 +00:00
#include "player_pc.h"
2017-11-23 01:10:35 +00:00
bool8 sub_81D5C18(void);
2017-12-09 20:23:40 +00:00
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);
2017-12-18 18:35:50 +00:00
const u8 *sub_81D62AC(void);
2018-03-19 10:27:33 +00:00
u8 sub_81D1C84(u8);
u8 sub_81D1DC0(struct PlayerPCItemPageStruct *);
void sub_81D1E90(struct PlayerPCItemPageStruct *);
void sub_81D1EC0(void);
void sub_81D1D04(u8);
bool8 sub_81D1C44(u8);
2018-05-09 10:07:56 +00:00
void sub_81D5FB4(u16*);
bool8 sub_81D4A58(struct EventObject*);
2018-03-19 10:27:33 +00:00
2017-11-23 01:10:35 +00:00
#endif //GUARD_POKENAV_H