mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-25 03:35:20 -05:00
13 lines
247 B
C
13 lines
247 B
C
#ifndef POKEPLATINUM_STRUCT_02034168_H
|
|
#define POKEPLATINUM_STRUCT_02034168_H
|
|
|
|
typedef struct {
|
|
u32 unk_00;
|
|
u8 unk_04;
|
|
u8 unk_05;
|
|
u8 padding_06[2];
|
|
u8 unk_08[84];
|
|
} UnkStruct_02034168;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02034168_H
|