mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-27 04:35:39 -05:00
18 lines
406 B
C
18 lines
406 B
C
#ifndef POKEPLATINUM_STRUCT_020322D8_H
|
|
#define POKEPLATINUM_STRUCT_020322D8_H
|
|
|
|
#include "struct_defs/struct_020322D8.h"
|
|
|
|
typedef struct UnkStruct_020322D8_t {
|
|
u8 *unk_00;
|
|
struct UnkStruct_020322D8_t *unk_04;
|
|
struct UnkStruct_020322D8_t *unk_08;
|
|
u16 unk_0C;
|
|
u8 unk_0E;
|
|
u8 unk_0F_0 : 1;
|
|
u8 unk_0F_1 : 1;
|
|
u8 : 6;
|
|
} UnkStruct_020322D8;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_020322D8_H
|