mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-22 10:15:22 -05:00
15 lines
281 B
C
15 lines
281 B
C
#ifndef POKEPLATINUM_STRUCT_0201CFEC_H
|
|
#define POKEPLATINUM_STRUCT_0201CFEC_H
|
|
|
|
typedef struct {
|
|
fx16 unk_00;
|
|
fx16 unk_02;
|
|
fx16 unk_04;
|
|
u8 padding_06[2];
|
|
int unk_08;
|
|
int unk_0C;
|
|
int unk_10;
|
|
} UnkStruct_0201CFEC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0201CFEC_H
|