mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-24 11:15:26 -05:00
21 lines
387 B
C
21 lines
387 B
C
#ifndef POKEPLATINUM_STRUCT_0203330C_H
|
|
#define POKEPLATINUM_STRUCT_0203330C_H
|
|
|
|
#include "struct_defs/sentence.h"
|
|
|
|
typedef struct {
|
|
u32 unk_00;
|
|
u8 unk_04;
|
|
u8 unk_05;
|
|
u8 unk_06;
|
|
u8 unk_07;
|
|
Sentence unk_08;
|
|
u8 unk_10[32];
|
|
u8 unk_30[32];
|
|
u32 padding_50;
|
|
u8 unk_54;
|
|
u8 padding_55[3];
|
|
} UnkStruct_0203330C;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0203330C_H
|