mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-05-02 19:27:20 -05:00
32 lines
559 B
C
32 lines
559 B
C
#ifndef POKEPLATINUM_STRUCT_0201D738_H
|
|
#define POKEPLATINUM_STRUCT_0201D738_H
|
|
|
|
#include "struct_defs/struct_0205AA50.h"
|
|
|
|
#include "strbuf.h"
|
|
|
|
typedef struct {
|
|
union {
|
|
const u16 *unk_00_val1;
|
|
const Strbuf *unk_00_val2;
|
|
};
|
|
Window *unk_04;
|
|
u8 unk_08;
|
|
u8 unk_09;
|
|
u8 unk_0A;
|
|
u8 unk_0B;
|
|
u16 unk_0C;
|
|
u16 unk_0E;
|
|
u16 unk_10;
|
|
u16 unk_12;
|
|
u8 unk_14;
|
|
u8 unk_15;
|
|
u8 unk_16;
|
|
u8 unk_17;
|
|
u16 unk_18;
|
|
u8 unk_1A;
|
|
u8 unk_1B;
|
|
} UnkStruct_0201D738;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0201D738_H
|