mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
16 lines
349 B
C
16 lines
349 B
C
#ifndef POKEPLATINUM_STRUCT_OV117_02266344_H
|
|
#define POKEPLATINUM_STRUCT_OV117_02266344_H
|
|
|
|
#include "struct_decls/cell_actor_data.h"
|
|
|
|
typedef struct {
|
|
CellActorData *unk_00[2];
|
|
fx32 unk_08[2];
|
|
fx32 unk_10[2];
|
|
u8 unk_18;
|
|
u8 unk_19;
|
|
u8 padding_1A[2];
|
|
} UnkStruct_ov117_02266344;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV117_02266344_H
|