mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-23 02:35:17 -05:00
16 lines
317 B
C
16 lines
317 B
C
#ifndef POKEPLATINUM_STRUCT_0202BFCC_H
|
|
#define POKEPLATINUM_STRUCT_0202BFCC_H
|
|
|
|
typedef struct {
|
|
u8 unk_00;
|
|
u8 unk_01_0 : 4;
|
|
u8 unk_01_4 : 1;
|
|
u8 unk_01_5 : 1;
|
|
u8 unk_01_6 : 2;
|
|
u16 unk_02[8];
|
|
u16 unk_12[8];
|
|
u16 unk_22[12];
|
|
} UnkStruct_0202BFCC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0202BFCC_H
|