mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-22 18:26:14 -05:00
13 lines
246 B
C
13 lines
246 B
C
#ifndef POKEPLATINUM_STRUCT_0200A9DC_H
|
|
#define POKEPLATINUM_STRUCT_0200A9DC_H
|
|
|
|
typedef struct {
|
|
int unk_00;
|
|
u32 unk_04;
|
|
u16 unk_08;
|
|
s16 unk_0A;
|
|
u8 padding_0C[4];
|
|
} UnkStruct_0200A9DC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0200A9DC_H
|