mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 06:57:36 -05:00
29 lines
516 B
C
29 lines
516 B
C
#ifndef POKEPLATINUM_STRUCT_OV19_021D5FAC_H
|
|
#define POKEPLATINUM_STRUCT_OV19_021D5FAC_H
|
|
|
|
#include "strbuf.h"
|
|
|
|
typedef struct {
|
|
void *unk_00;
|
|
u16 unk_04;
|
|
u8 unk_06;
|
|
u8 unk_07;
|
|
u16 unk_08;
|
|
u16 unk_0A;
|
|
u16 unk_0C;
|
|
u16 unk_0E;
|
|
u16 unk_10;
|
|
u16 unk_12;
|
|
u16 unk_14;
|
|
u16 unk_16;
|
|
u16 unk_18;
|
|
u16 unk_1A;
|
|
u16 unk_1C;
|
|
u16 unk_1E;
|
|
u16 unk_20[4];
|
|
Strbuf *unk_28;
|
|
Strbuf *unk_2C;
|
|
} UnkStruct_ov19_021D5FAC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV19_021D5FAC_H
|