mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-22 23:20:49 -05:00
25 lines
508 B
C
25 lines
508 B
C
#ifndef POKEPLATINUM_STRUCT_OV5_021D5894_H
|
|
#define POKEPLATINUM_STRUCT_OV5_021D5894_H
|
|
|
|
#include <nitro/fx/fx.h>
|
|
#include <nitro/gx.h>
|
|
|
|
typedef struct UnkStruct_ov5_021D5894_t {
|
|
VecFx16 unk_00[4];
|
|
GXRgb unk_18[4];
|
|
GXRgb unk_20;
|
|
GXRgb unk_22;
|
|
GXRgb unk_24;
|
|
GXRgb unk_26;
|
|
BOOL unk_28;
|
|
BOOL unk_2C;
|
|
int unk_30;
|
|
GXPolygonMode unk_34;
|
|
GXCull unk_38;
|
|
int unk_3C;
|
|
int unk_40;
|
|
int unk_44;
|
|
} UnkStruct_ov5_021D5894;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV5_021D5894_H
|