mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-19 13:37:22 -05:00
19 lines
371 B
C
19 lines
371 B
C
#ifndef POKEPLATINUM_STRUCT_OV5_021D52F4_H
|
|
#define POKEPLATINUM_STRUCT_OV5_021D52F4_H
|
|
|
|
#include <nitro/fx/fx.h>
|
|
#include <nitro/gx.h>
|
|
|
|
typedef struct {
|
|
u32 unk_00;
|
|
u8 unk_04;
|
|
GXRgb unk_08[4];
|
|
VecFx16 unk_10[4];
|
|
GXRgb unk_28;
|
|
GXRgb unk_2A;
|
|
GXRgb unk_2C;
|
|
GXRgb unk_2E;
|
|
} UnkStruct_ov5_021D52F4;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV5_021D52F4_H
|