pokeheartgold/include/unk_0205CB48.h
Adrienn Tindall 4ef465d4e5 FIELD_PLAYER_AVATAR -> PlayerAvatar
Notation from pokeemerald
2023-05-10 21:00:34 -05:00

12 lines
419 B
C

#ifndef POKEHEARTGOLD_UNK_0205CB48_H
#define POKEHEARTGOLD_UNK_0205CB48_H
#include "field_player_avatar.h"
void PlayerAvatar_GetCoordsInFront(PlayerAvatar *playerAvatar, int *x, int *z);
void sub_0205CE68(PlayerAvatar *playerAvatar);
void sub_0205CB48(PlayerAvatar *playerAvatar, FsysUnkSub2C *a1, int a2, u16 a3, u16 a4, int a5);
void sub_0205CF44(PlayerAvatar *playerAvatar);
#endif //POKEHEARTGOLD_UNK_0205CB48_H