mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
18 lines
334 B
C
18 lines
334 B
C
#ifndef POKEPLATINUM_STRUCT_02027854_H
|
|
#define POKEPLATINUM_STRUCT_02027854_H
|
|
|
|
typedef struct UnkStruct_02027854_t {
|
|
u8 unk_00;
|
|
u8 unk_01;
|
|
u16 unk_02;
|
|
u16 unk_04;
|
|
u8 unk_06;
|
|
u16 unk_08;
|
|
u8 unk_0A;
|
|
u8 unk_0B;
|
|
u8 unk_0C;
|
|
u8 unk_0D;
|
|
} UnkStruct_02027854;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02027854_H
|