mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 00:32:20 -05:00
18 lines
338 B
C
18 lines
338 B
C
#ifndef POKEPLATINUM_STRUCT_OV87_021D1640_H
|
|
#define POKEPLATINUM_STRUCT_OV87_021D1640_H
|
|
|
|
#include "strbuf.h"
|
|
|
|
typedef struct {
|
|
Strbuf* unk_00;
|
|
Strbuf* unk_04;
|
|
u32 unk_08;
|
|
u32 unk_0C;
|
|
u16 unk_10;
|
|
u8 unk_12;
|
|
u8 unk_13;
|
|
u16 unk_14[4];
|
|
} UnkStruct_ov87_021D1640;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV87_021D1640_H
|