mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
20 lines
374 B
C
20 lines
374 B
C
#ifndef POKEPLATINUM_STRUCT_OV65_02236318_H
|
|
#define POKEPLATINUM_STRUCT_OV65_02236318_H
|
|
|
|
#include <nnsys.h>
|
|
|
|
typedef struct {
|
|
void *unk_00;
|
|
NNSG2dPaletteData *unk_04;
|
|
u8 unk_08;
|
|
u8 unk_09;
|
|
s16 unk_0A;
|
|
u8 unk_0C;
|
|
u8 unk_0D;
|
|
s16 unk_0E;
|
|
u8 unk_10;
|
|
u8 unk_11[3];
|
|
} UnkStruct_ov65_02236318;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV65_02236318_H
|