mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-12 22:20:53 -05:00
12 lines
447 B
C
12 lines
447 B
C
#ifndef POKEHEARTGOLD_UNK_0205CB48_H
|
|
#define POKEHEARTGOLD_UNK_0205CB48_H
|
|
|
|
#include "field_player_avatar.h"
|
|
|
|
void PlayerAvatar_GetCoordsInFront(FIELD_PLAYER_AVATAR *playerAvatar, int *x, int *z);
|
|
void sub_0205CE68(FIELD_PLAYER_AVATAR *playerAvatar);
|
|
void sub_0205CB48(FIELD_PLAYER_AVATAR *playerAvatar, FsysUnkSub2C *a1, int a2, u16 a3, u16 a4, int a5);
|
|
void sub_0205CF44(FIELD_PLAYER_AVATAR *playerAvatar);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_0205CB48_H
|