pokeplatinum/include/struct_defs/struct_0202FF58.h
2024-07-06 14:40:34 -07:00

21 lines
402 B
C

#ifndef POKEPLATINUM_STRUCT_0202FF58_H
#define POKEPLATINUM_STRUCT_0202FF58_H
typedef struct {
u8 unk_00_0 : 1;
u8 unk_00_1 : 3;
u8 unk_00_4 : 1;
u8 : 3;
u8 unk_01;
u16 padding_02;
u16 unk_04[14];
u16 unk_20[4];
u8 unk_28[4];
u32 unk_2C[4];
u16 unk_3C[4];
u8 unk_44[4];
u32 unk_48[4];
} UnkStruct_0202FF58;
#endif // POKEPLATINUM_STRUCT_0202FF58_H