mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-26 04:05:51 -05:00
15 lines
273 B
C
15 lines
273 B
C
#ifndef POKEPLATINUM_STRUCT_0202E81C_H
|
|
#define POKEPLATINUM_STRUCT_0202E81C_H
|
|
|
|
typedef struct {
|
|
u8 unk_00;
|
|
u8 unk_01;
|
|
u8 unk_02;
|
|
u8 unk_03;
|
|
u8 unk_04;
|
|
u8 padding_05;
|
|
u16 unk_06[8];
|
|
} UnkStruct_0202E81C;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0202E81C_H
|