mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
18 lines
374 B
C
18 lines
374 B
C
#ifndef POKEPLATINUM_STRUCT_OV62_0223359C_H
|
|
#define POKEPLATINUM_STRUCT_OV62_0223359C_H
|
|
|
|
#include "struct_decls/cell_actor_data.h"
|
|
|
|
typedef struct {
|
|
int unk_00;
|
|
BOOL unk_04;
|
|
u32 unk_08;
|
|
u32 unk_0C;
|
|
s16 unk_10;
|
|
u8 padding_12[2];
|
|
BOOL unk_14;
|
|
CellActorData * unk_18[2];
|
|
} UnkStruct_ov62_0223359C;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV62_0223359C_H
|