pokeplatinum/include/struct_defs/struct_02094A58.h
lhearachel fb3af3b9fc Label core SysTask struct + funcptr
UnkStruct_0201CD38 -> SysTask
UnkFuncPtr_0201CE28 -> SysTaskFunc
2023-10-13 09:59:51 -07:00

17 lines
324 B
C

#ifndef POKEPLATINUM_STRUCT_02094A58_H
#define POKEPLATINUM_STRUCT_02094A58_H
#include "struct_decls/sys_task.h"
typedef struct {
SysTask * unk_00;
const u8 * unk_04;
s16 unk_08;
u8 unk_0A;
u8 unk_0B;
u8 unk_0C;
u8 padding_0D[3];
} UnkStruct_02094A58;
#endif // POKEPLATINUM_STRUCT_02094A58_H