mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-24 19:25:29 -05:00
13 lines
254 B
C
13 lines
254 B
C
#ifndef POKEPLATINUM_STRUCT_0202BE38_H
|
|
#define POKEPLATINUM_STRUCT_0202BE38_H
|
|
|
|
typedef struct {
|
|
u8 unk_00;
|
|
u8 unk_01_0 : 2;
|
|
u8 unk_01_2 : 4;
|
|
u8 unk_01_6 : 2;
|
|
u16 unk_02;
|
|
} UnkStruct_0202BE38;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0202BE38_H
|