mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-24 05:07:18 -05:00
14 lines
464 B
C
14 lines
464 B
C
#ifndef POKEHEARTGOLD_UNK_0203DFA4_H
|
|
#define POKEHEARTGOLD_UNK_0203DFA4_H
|
|
|
|
#include "field_system.h"
|
|
#include "overlay_manager.h"
|
|
|
|
void sub_0203DEF0(FieldSystem *fieldSystem);
|
|
BOOL sub_0203DF7C(FieldSystem *fieldSystem);
|
|
BOOL sub_0203DF8C(FieldSystem *fieldSystem);
|
|
BOOL sub_0203DFA4(FieldSystem *fieldSystem);
|
|
void FieldSystem_LaunchApplication(FieldSystem *fieldSystem, const OVY_MGR_TEMPLATE *template, void *parentWork);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_0203DFA4_H
|