mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
16 lines
352 B
C
16 lines
352 B
C
#ifndef POKEPLATINUM_STRUCT_OV62_02246B00_H
|
|
#define POKEPLATINUM_STRUCT_OV62_02246B00_H
|
|
|
|
#include "strbuf.h"
|
|
#include "struct_defs/struct_020279FC.h"
|
|
|
|
typedef struct {
|
|
int unk_00;
|
|
int unk_04[4];
|
|
u8 padding_14[4];
|
|
Strbuf* unk_18;
|
|
UnkStruct_020279FC * unk_1C;
|
|
} UnkStruct_ov62_02246B00;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV62_02246B00_H
|