mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
26 lines
480 B
C
26 lines
480 B
C
#ifndef POKEPLATINUM_STRUCT_OV19_021D5BAC_H
|
|
#define POKEPLATINUM_STRUCT_OV19_021D5BAC_H
|
|
|
|
#include "strbuf.h"
|
|
|
|
typedef struct {
|
|
void * unk_00;
|
|
u16 unk_04;
|
|
u16 unk_06;
|
|
u16 unk_08;
|
|
u8 unk_0A;
|
|
u8 unk_0B;
|
|
u8 unk_0C;
|
|
u8 unk_0D;
|
|
u8 unk_0E;
|
|
u8 unk_0F;
|
|
u8 padding_10[4];
|
|
Strbuf* unk_14;
|
|
Strbuf* unk_18;
|
|
Strbuf* unk_1C;
|
|
Strbuf* unk_20;
|
|
Strbuf* unk_24;
|
|
} UnkStruct_ov19_021D5BAC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV19_021D5BAC_H
|