mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-19 13:37:22 -05:00
15 lines
276 B
C
15 lines
276 B
C
#ifndef POKEPLATINUM_STRUCT_0202B510_H
|
|
#define POKEPLATINUM_STRUCT_0202B510_H
|
|
|
|
typedef struct {
|
|
u16 unk_00[8];
|
|
u16 unk_10[8];
|
|
u8 unk_20;
|
|
u8 unk_21;
|
|
u16 unk_22;
|
|
u32 unk_24;
|
|
u32 unk_28;
|
|
} UnkStruct_0202B510;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0202B510_H
|