mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-31 20:43:00 -05:00
11 lines
369 B
C
11 lines
369 B
C
#ifndef POKEHEARTGOLD_OVERLAY_01_021F1AFC_H
|
|
#define POKEHEARTGOLD_OVERLAY_01_021F1AFC_H
|
|
|
|
#include "player_avatar.h"
|
|
|
|
void Field_PlayerAvatar_OrrTransitionFlags(PlayerAvatar *playerAvatar, int flags);
|
|
void Field_PlayerAvatar_ApplyTransitionFlags(PlayerAvatar *playerAvatar);
|
|
void ov01_021F2F24(PlayerAvatar *playerAvatar);
|
|
|
|
#endif // POKEHEARTGOLD_OVERLAY_01_021F1AFC_H
|