mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-09 20:32:50 -05:00
19 lines
410 B
C
19 lines
410 B
C
#ifndef POKEHEARTGOLD_MAIN_H
|
|
#define POKEHEARTGOLD_MAIN_H
|
|
|
|
#include "overlay_manager.h"
|
|
#include "save.h"
|
|
|
|
struct UnkStruct_02111868_sub {
|
|
int unk_00;
|
|
u32 unk_04;
|
|
SAVEDATA *savedata;
|
|
};
|
|
|
|
void Main_ResetOverlayManager(void);
|
|
void RegisterMainOverlay(FSOverlayID overlayId, const OVY_MGR_TEMPLATE *template);
|
|
void InitializeMainRNG(void);
|
|
void HandleDSLidAction(void);
|
|
|
|
#endif //POKEHEARTGOLD_MAIN_H
|