mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-23 18:55:30 -05:00
23 lines
469 B
C
23 lines
469 B
C
#ifndef POKEPLATINUM_STRUCT_0202D060_H
|
|
#define POKEPLATINUM_STRUCT_0202D060_H
|
|
|
|
#include "struct_defs/struct_0204B404.h"
|
|
|
|
typedef struct UnkStruct_0202D060_t {
|
|
u8 unk_00_0 : 1;
|
|
u8 unk_00_1 : 1;
|
|
u8 unk_00_2 : 3;
|
|
u8 unk_00_5 : 3;
|
|
u8 unk_01;
|
|
u8 unk_02;
|
|
u8 unk_03;
|
|
u16 unk_04;
|
|
u16 unk_06;
|
|
u8 unk_08[4];
|
|
u16 unk_0C[14];
|
|
u32 unk_28;
|
|
UnkStruct_0204B404 unk_2C;
|
|
} UnkStruct_0202D060;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0202D060_H
|