mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 06:57:36 -05:00
17 lines
321 B
C
17 lines
321 B
C
#ifndef POKEPLATINUM_STRUCT_OV83_022401AC_H
|
|
#define POKEPLATINUM_STRUCT_OV83_022401AC_H
|
|
|
|
typedef struct {
|
|
u32 unk_00;
|
|
u32 unk_04;
|
|
u32 unk_08;
|
|
u8 unk_0C;
|
|
u8 unk_0D;
|
|
u8 unk_0E;
|
|
u8 unk_0F;
|
|
u8 unk_10;
|
|
u8 unk_11[3];
|
|
} UnkStruct_ov83_022401AC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV83_022401AC_H
|