mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-06-01 06:11:47 -05:00
24 lines
489 B
C
24 lines
489 B
C
#ifndef POKEPLATINUM_STRUCT_OV99_021D340C_H
|
|
#define POKEPLATINUM_STRUCT_OV99_021D340C_H
|
|
|
|
#include "overlay099/struct_ov99_021D35E8.h"
|
|
|
|
typedef struct {
|
|
fx32 unk_00;
|
|
fx32 unk_04;
|
|
u16 unk_08[8][16];
|
|
int unk_108;
|
|
int unk_10C;
|
|
int unk_110;
|
|
int unk_114;
|
|
u32 unk_118;
|
|
u8 unk_11C;
|
|
u8 unk_11D;
|
|
s8 unk_11E;
|
|
s8 unk_11F;
|
|
s32 unk_120;
|
|
UnkStruct_ov99_021D35E8 unk_124[1];
|
|
} UnkStruct_ov99_021D340C;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV99_021D340C_H
|