mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
20 lines
407 B
C
20 lines
407 B
C
#ifndef POKEPLATINUM_STRUCT_OV117_02265C1C_H
|
|
#define POKEPLATINUM_STRUCT_OV117_02265C1C_H
|
|
|
|
#include "struct_decls/cell_actor_data.h"
|
|
|
|
typedef struct {
|
|
CellActorData *unk_00;
|
|
CellActorData *unk_04;
|
|
fx32 unk_08;
|
|
fx32 unk_0C;
|
|
s16 unk_10;
|
|
u8 unk_12;
|
|
u8 unk_13;
|
|
u8 unk_14;
|
|
u8 unk_15;
|
|
s16 unk_16;
|
|
} UnkStruct_ov117_02265C1C;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV117_02265C1C_H
|