mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-23 02:35:17 -05:00
14 lines
283 B
C
14 lines
283 B
C
#ifndef POKEPLATINUM_STRUCT_0202DF40_H
|
|
#define POKEPLATINUM_STRUCT_0202DF40_H
|
|
|
|
#include "struct_defs/union_0204C4D0.h"
|
|
|
|
typedef struct {
|
|
u16 unk_00;
|
|
u16 unk_02_0 : 2;
|
|
u16 : 14;
|
|
UnkUnion_0204C4D0 unk_04;
|
|
} UnkStruct_0202DF40;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0202DF40_H
|