mirror of https://github.com/pret/pokeemerald.git
11 lines
208 B
C
11 lines
208 B
C
|
//
|
||
|
// Created by Scott Norton on 9/6/17.
|
||
|
//
|
||
|
|
||
|
#ifndef POKEEMERALD_FIELD_PLAYER_AVATAR_H
|
||
|
#define POKEEMERALD_FIELD_PLAYER_AVATAR_H
|
||
|
|
||
|
void ClearPlayerAvatarInfo(void);
|
||
|
|
||
|
#endif //POKEEMERALD_FIELD_PLAYER_AVATAR_H
|