mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-25 19:55:56 -05:00
17 lines
318 B
C
17 lines
318 B
C
#ifndef POKEPLATINUM_STRUCT_0202E1F4_H
|
|
#define POKEPLATINUM_STRUCT_0202E1F4_H
|
|
|
|
typedef struct {
|
|
u16 unk_00;
|
|
u8 unk_02;
|
|
u8 unk_03;
|
|
u32 unk_04;
|
|
u32 unk_08;
|
|
u16 unk_0C[11];
|
|
u16 unk_22[8];
|
|
u16 unk_32[4];
|
|
u8 padding_3A[2];
|
|
} UnkStruct_0202E1F4;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0202E1F4_H
|