mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-06-01 06:11:47 -05:00
14 lines
278 B
C
14 lines
278 B
C
#ifndef POKEPLATINUM_STRUCT_OV99_021D2D18_H
|
|
#define POKEPLATINUM_STRUCT_OV99_021D2D18_H
|
|
|
|
typedef struct {
|
|
fx32 unk_00;
|
|
fx32 unk_04;
|
|
fx32 unk_08;
|
|
s32 unk_0C;
|
|
s16 unk_10;
|
|
s8 unk_12;
|
|
} UnkStruct_ov99_021D2D18;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV99_021D2D18_H
|