mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-17 02:27:38 -05:00
14 lines
268 B
C
14 lines
268 B
C
#ifndef POKEPLATINUM_STRUCT_0204FCF8_H
|
|
#define POKEPLATINUM_STRUCT_0204FCF8_H
|
|
|
|
typedef struct {
|
|
u8 unk_00;
|
|
u8 unk_01;
|
|
u8 padding_02[2];
|
|
u16 unk_04[2];
|
|
u16 unk_08[2];
|
|
u16 * unk_0C;
|
|
} UnkStruct_0204FCF8;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0204FCF8_H
|