mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 00:32:20 -05:00
24 lines
451 B
C
24 lines
451 B
C
#ifndef POKEPLATINUM_STRUCT_OV94_0223FD4C_SUB3_H
|
|
#define POKEPLATINUM_STRUCT_OV94_0223FD4C_SUB3_H
|
|
|
|
#include "strbuf.h"
|
|
|
|
typedef struct {
|
|
Strbuf **unk_00;
|
|
u16 unk_04;
|
|
u16 unk_06;
|
|
u16 unk_08;
|
|
u16 unk_0A;
|
|
int unk_0C;
|
|
int unk_10;
|
|
u8 *unk_14;
|
|
u16 *unk_18;
|
|
int unk_1C;
|
|
int unk_20;
|
|
int unk_24;
|
|
int unk_28;
|
|
int unk_2C;
|
|
} UnkStruct_ov94_0223FD4C_sub3;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV94_0223FD4C_SUB3_H
|