mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-06-02 22:08:03 -05:00
15 lines
321 B
C
15 lines
321 B
C
#ifndef POKEPLATINUM_STRUCT_OV109_021D5140_SUB1_H
|
|
#define POKEPLATINUM_STRUCT_OV109_021D5140_SUB1_H
|
|
|
|
#include <nnsys.h>
|
|
|
|
typedef struct {
|
|
int unk_00;
|
|
int unk_04;
|
|
int unk_08;
|
|
void *unk_0C;
|
|
NNSG2dPaletteData *unk_10;
|
|
} UnkStruct_ov109_021D5140_sub1;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV109_021D5140_SUB1_H
|