mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
18 lines
332 B
C
18 lines
332 B
C
#ifndef POKEPLATINUM_STRUCT_0205C924_H
|
|
#define POKEPLATINUM_STRUCT_0205C924_H
|
|
|
|
#include "struct_defs/sentence.h"
|
|
|
|
#include "string_gf.h"
|
|
|
|
typedef struct {
|
|
String *unk_00;
|
|
String *unk_04;
|
|
String *unk_08;
|
|
u32 unk_0C;
|
|
int unk_10;
|
|
Sentence unk_14;
|
|
} UnkStruct_0205C924;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0205C924_H
|