mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-25 19:55:56 -05:00
19 lines
388 B
C
19 lines
388 B
C
#ifndef POKEPLATINUM_STRUCT_020304A0_H
|
|
#define POKEPLATINUM_STRUCT_020304A0_H
|
|
|
|
typedef struct UnkStruct_020304A0_t {
|
|
u8 unk_00_0 : 3;
|
|
u8 unk_00_3 : 1;
|
|
u8 unk_00_4 : 1;
|
|
u8 unk_00_5 : 3;
|
|
u8 unk_01;
|
|
u8 unk_02;
|
|
u8 unk_03[3];
|
|
u16 unk_06[4];
|
|
u16 unk_0E[14];
|
|
u16 unk_2A[14];
|
|
u16 unk_46;
|
|
} UnkStruct_020304A0;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_020304A0_H
|