mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-18 13:07:27 -05:00
20 lines
440 B
C
20 lines
440 B
C
#ifndef POKEPLATINUM_STRUCT_020684D0_H
|
|
#define POKEPLATINUM_STRUCT_020684D0_H
|
|
|
|
#include "struct_decls/struct_0203CDB0_decl.h"
|
|
#include "struct_decls/struct_0205E884_decl.h"
|
|
|
|
typedef struct {
|
|
int unk_00;
|
|
BOOL unk_04;
|
|
int unk_08;
|
|
u16 unk_0C;
|
|
u16 unk_0E;
|
|
u16 unk_10;
|
|
u8 padding_12[2];
|
|
UnkStruct_0205E884 * unk_14;
|
|
UnkStruct_0203CDB0 * unk_18;
|
|
} UnkStruct_020684D0;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_020684D0_H
|