mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-22 06:57:33 -05:00
26 lines
502 B
C
26 lines
502 B
C
#ifndef POKEPLATINUM_STRUCT_OV62_02230C28_H
|
|
#define POKEPLATINUM_STRUCT_OV62_02230C28_H
|
|
|
|
#include "struct_decls/cell_actor_data.h"
|
|
|
|
#include "sys_task_manager.h"
|
|
|
|
typedef struct {
|
|
CellActorData *unk_00[2];
|
|
SysTask *unk_08;
|
|
fx32 unk_0C;
|
|
f32 unk_10;
|
|
s16 unk_14;
|
|
s16 unk_16;
|
|
s8 unk_18;
|
|
u8 unk_19;
|
|
u8 padding_1A[2];
|
|
int unk_1C;
|
|
int unk_20;
|
|
int unk_24;
|
|
int unk_28;
|
|
int unk_2C;
|
|
} UnkStruct_ov62_02230C28;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV62_02230C28_H
|