mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
23 lines
497 B
C
23 lines
497 B
C
#ifndef POKEPLATINUM_STRUCT_OV79_021D0E1C_SUB1_H
|
|
#define POKEPLATINUM_STRUCT_OV79_021D0E1C_SUB1_H
|
|
|
|
#include "strbuf.h"
|
|
#include "string_template.h"
|
|
|
|
typedef struct {
|
|
StringTemplate *unk_00;
|
|
Strbuf *unk_04;
|
|
Strbuf *unk_08;
|
|
Strbuf *unk_0C;
|
|
Strbuf *unk_10;
|
|
Strbuf *unk_14;
|
|
Strbuf *unk_18;
|
|
Strbuf *unk_1C;
|
|
Strbuf *unk_20[6];
|
|
Strbuf *unk_38[5];
|
|
u8 unk_4C;
|
|
u8 unk_4D[3];
|
|
} UnkStruct_ov79_021D0E1C_sub1;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV79_021D0E1C_SUB1_H
|