mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-23 02:35:17 -05:00
13 lines
239 B
C
13 lines
239 B
C
#ifndef POKEPLATINUM_STRUCT_020972FC_H
|
|
#define POKEPLATINUM_STRUCT_020972FC_H
|
|
|
|
typedef struct {
|
|
u32 unk_00[2];
|
|
u8 unk_08;
|
|
u8 unk_09;
|
|
u8 unk_0A;
|
|
u8 unk_0B;
|
|
} UnkStruct_020972FC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_020972FC_H
|