mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-25 11:46:51 -05:00
14 lines
270 B
C
14 lines
270 B
C
#ifndef POKEPLATINUM_STRUCT_0205B4F8_H
|
|
#define POKEPLATINUM_STRUCT_0205B4F8_H
|
|
|
|
typedef struct {
|
|
u32 unk_00[4];
|
|
u8 unk_10[4];
|
|
u8 unk_14[4];
|
|
u8 unk_18[4];
|
|
u8 unk_1C;
|
|
u8 padding_1D[3];
|
|
} UnkStruct_0205B4F8;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0205B4F8_H
|