mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
15 lines
297 B
C
15 lines
297 B
C
#ifndef POKEPLATINUM_STRUCT_OV59_021D109C_H
|
|
#define POKEPLATINUM_STRUCT_OV59_021D109C_H
|
|
|
|
#include <nnsys.h>
|
|
|
|
typedef struct {
|
|
int unk_00;
|
|
int unk_04;
|
|
int unk_08;
|
|
void *unk_0C;
|
|
NNSG2dPaletteData *unk_10;
|
|
} UnkStruct_ov59_021D109C;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV59_021D109C_H
|