mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 06:57:36 -05:00
14 lines
273 B
C
14 lines
273 B
C
#ifndef POKEPLATINUM_STRUCT_OV19_021D4F5C_H
|
|
#define POKEPLATINUM_STRUCT_OV19_021D4F5C_H
|
|
|
|
#include "strbuf.h"
|
|
|
|
typedef struct {
|
|
u8 unk_00;
|
|
u8 unk_01;
|
|
u8 padding_02[2];
|
|
Strbuf *unk_04;
|
|
} UnkStruct_ov19_021D4F5C;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV19_021D4F5C_H
|