mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
33 lines
608 B
C
33 lines
608 B
C
#ifndef POKEPLATINUM_STRUCT_OV97_02237808_H
|
|
#define POKEPLATINUM_STRUCT_OV97_02237808_H
|
|
|
|
#include "bg_window.h"
|
|
#include "string_template.h"
|
|
#include "text.h"
|
|
|
|
typedef struct {
|
|
int unk_00;
|
|
int unk_04;
|
|
int unk_08;
|
|
int unk_0C;
|
|
Window *unk_10;
|
|
StringTemplate *unk_14;
|
|
int unk_18;
|
|
int unk_1C;
|
|
int unk_20;
|
|
int unk_24;
|
|
int unk_28;
|
|
int unk_2C;
|
|
int unk_30;
|
|
int unk_34;
|
|
int unk_38;
|
|
int unk_3C;
|
|
int unk_40;
|
|
TextColor unk_44;
|
|
u8 unk_48;
|
|
int unk_4C;
|
|
int unk_50;
|
|
} UnkStruct_ov97_02237808;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV97_02237808_H
|