mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-06-01 06:11:47 -05:00
25 lines
462 B
C
25 lines
462 B
C
#ifndef POKEPLATINUM_STRUCT_OV99_021D2FD4_H
|
|
#define POKEPLATINUM_STRUCT_OV99_021D2FD4_H
|
|
|
|
typedef struct {
|
|
fx32 unk_00;
|
|
fx32 unk_04;
|
|
fx32 unk_08;
|
|
fx32 unk_0C;
|
|
fx32 unk_10;
|
|
fx32 unk_14;
|
|
fx32 unk_18;
|
|
fx32 unk_1C;
|
|
fx32 unk_20;
|
|
fx32 unk_24;
|
|
fx32 unk_28;
|
|
fx32 unk_2C;
|
|
s32 unk_30;
|
|
s16 unk_34;
|
|
s16 unk_36;
|
|
s8 unk_38;
|
|
u8 unk_39;
|
|
} UnkStruct_ov99_021D2FD4;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV99_021D2FD4_H
|