summaryrefslogtreecommitdiff
path: root/include/kecleon_items.h
blob: 321fcc378e63954ebc508c5f580d0eb5b47aa5d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#ifndef KECLEON_ITEMS_H
#define KECLEON_ITEMS_H

#include "gUnknown_203B460.h"
#include "text.h"

struct unkStruct_203B210
{
    // size: 0x148
    u32 unk0;
    u8 unk4;
    u8 fill5[3];
    u32 currState;
    u32 unkC;
    s32 unk10;
    u32 unk14;
    u32 unk18;
    struct ItemStruct_203B460 unk1C;
    u32 unk20;
    u32 unk24;
    u32 unk28;
    u32 unk2C;
    u32 unk30;
    u8 fill34[0x84 - 0x34];
    u32 unk84;
    u8 fill88[0xD4 - 0x88];
    struct OpenedFile *faceFile;
    u8 *unkD8;
    u16 unkDC;
    u16 unkDE;
    u8 unkE0;
    u8 unkE1;
    u8 unkE2;
    u8 unkE3;
    struct OpenedFile **unkE4;
    struct UnkTextStruct2 unkE8[4];
};

#endif