mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-25 03:35:20 -05:00
20 lines
403 B
C
20 lines
403 B
C
#ifndef POKEPLATINUM_STRUCT_0202818C_H
|
|
#define POKEPLATINUM_STRUCT_0202818C_H
|
|
|
|
#include "struct_defs/sentence.h"
|
|
#include "struct_defs/union_02028328.h"
|
|
|
|
typedef struct {
|
|
u32 unk_00;
|
|
u8 unk_04;
|
|
u8 unk_05;
|
|
u8 unk_06;
|
|
u8 unk_07;
|
|
u16 unk_08[8];
|
|
UnkUnion_02028328 unk_18[3];
|
|
u16 unk_1E;
|
|
Sentence unk_20[3];
|
|
} UnkStruct_0202818C;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0202818C_H
|