mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-05 00:56:06 -05:00
49 lines
1016 B
C
49 lines
1016 B
C
#ifndef POKEPLATINUM_CORE_SYS_H
|
|
#define POKEPLATINUM_CORE_SYS_H
|
|
|
|
#include "functypes/funcptr_02017798.h"
|
|
#include "struct_decls/struct_0201CD88_decl.h"
|
|
#include "overlay023/funcptr_ov23_022537D4.h"
|
|
|
|
typedef struct CoreSys {
|
|
UnkFuncPtr_02017798 unk_00;
|
|
void * unk_04;
|
|
UnkFuncPtr_02017798 unk_08;
|
|
void * unk_0C;
|
|
UnkFuncPtr_ov23_022537D4 unk_10;
|
|
UnkFuncPtr_ov23_022537D4 unk_14;
|
|
UnkStruct_0201CD88 * unk_18;
|
|
UnkStruct_0201CD88 * unk_1C;
|
|
UnkStruct_0201CD88 * unk_20;
|
|
UnkStruct_0201CD88 * unk_24;
|
|
u32 * unk_28;
|
|
u32 unk_2C;
|
|
u32 unk_30;
|
|
int unk_34;
|
|
int unk_38;
|
|
int unk_3C;
|
|
int unk_40;
|
|
int unk_44;
|
|
int padInput;
|
|
int unk_4C;
|
|
int unk_50;
|
|
int unk_54;
|
|
int unk_58;
|
|
u16 unk_5C;
|
|
u16 unk_5E;
|
|
u16 touchInput;
|
|
u16 unk_62;
|
|
u8 unk_64;
|
|
u8 unk_65;
|
|
u8 unk_66;
|
|
u8 unk_67;
|
|
u8 unk_68;
|
|
u8 padding_69[3];
|
|
BOOL unk_6C;
|
|
u32 * unk_70;
|
|
} CoreSys;
|
|
|
|
extern CoreSys gCoreSys;
|
|
|
|
#endif // POKEPLATINUM_CORE_SYS_H
|