2017-09-06 14:29:59 +01:00
|
|
|
//
|
|
|
|
// Created by Scott Norton on 9/6/17.
|
|
|
|
//
|
|
|
|
|
|
|
|
#ifndef POKEEMERALD_FIELD_PLAYER_AVATAR_H
|
|
|
|
#define POKEEMERALD_FIELD_PLAYER_AVATAR_H
|
|
|
|
|
|
|
|
void ClearPlayerAvatarInfo(void);
|
2017-09-08 01:04:59 +01:00
|
|
|
void SetPlayerAvatarExtraStateTransition(u8, u8);
|
|
|
|
u8 GetPlayerAvatarGenderByGraphicsId(u8);
|
2017-09-06 14:29:59 +01:00
|
|
|
|
|
|
|
#endif //POKEEMERALD_FIELD_PLAYER_AVATAR_H
|