mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-23 18:55:30 -05:00
21 lines
402 B
C
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
|