mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-02 21:54:45 -05:00
10 lines
338 B
C
10 lines
338 B
C
#ifndef POKEHEARTGOLD_OVERLAY_01_021F1AFC_H
|
|
#define POKEHEARTGOLD_OVERLAY_01_021F1AFC_H
|
|
|
|
#include "field_player_avatar.h"
|
|
|
|
void ov01_PlayerAvatar_OrrTransitionFlags(FIELD_PLAYER_AVATAR *playerAvatar, int flags);
|
|
void ov01_PlayerAvatar_ApplyTransitionFlags(FIELD_PLAYER_AVATAR *playerAvatar);
|
|
|
|
#endif //POKEHEARTGOLD_OVERLAY_01_021F1AFC_H
|