mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-23 02:35:17 -05:00
14 lines
267 B
C
14 lines
267 B
C
#ifndef POKEPLATINUM_STRUCT_02030CEC_H
|
|
#define POKEPLATINUM_STRUCT_02030CEC_H
|
|
|
|
typedef struct {
|
|
char unk_00[51];
|
|
u8 padding_33[1];
|
|
int unk_34;
|
|
u16 unk_38;
|
|
u16 unk_3A;
|
|
u32 unk_3C;
|
|
} UnkStruct_02030CEC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02030CEC_H
|