mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
27 lines
565 B
C
27 lines
565 B
C
#ifndef POKEPLATINUM_STRUCT_OV83_0223F054_H
|
|
#define POKEPLATINUM_STRUCT_OV83_0223F054_H
|
|
|
|
#include <nitro/fx/fx.h>
|
|
|
|
#include "overlay083/struct_ov83_0223DA94.h"
|
|
|
|
#include "cell_actor.h"
|
|
|
|
typedef struct {
|
|
BOOL unk_00;
|
|
BOOL unk_04;
|
|
BOOL unk_08;
|
|
BOOL unk_0C;
|
|
BOOL unk_10;
|
|
VecFx32 unk_14;
|
|
VecFx32 unk_20;
|
|
s32 unk_2C;
|
|
UnkStruct_ov83_0223DA94 unk_30;
|
|
UnkStruct_ov83_0223DA94 unk_48;
|
|
UnkStruct_ov83_0223DA94 unk_60;
|
|
CellActor *unk_78;
|
|
int unk_7C;
|
|
} UnkStruct_ov83_0223F054;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV83_0223F054_H
|