mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-02 21:54:45 -05:00
OVY_MANAGER -> OverlayManager OVY_FUNC -> OverlayFunction OVY_MGR_TEMPLATE -> OverlayManagerTemplate
11 lines
292 B
C
11 lines
292 B
C
#ifndef POKEHEARTGOLD_OVY_104_H
|
|
#define POKEHEARTGOLD_OVY_104_H
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
BOOL ov104_021E5900(OverlayManager *man, int *state);
|
|
BOOL ov104_021E59E4(OverlayManager *man, int *state);
|
|
BOOL ov104_021E5B14(OverlayManager *man, int *state);
|
|
|
|
#endif // POKEHEARTGOLD_OVY_104_H
|