summaryrefslogtreecommitdiff
path: root/include/gulpin_shop.h
blob: cfc223842c26a287806efce9041e033c97cbe4c3 (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
#ifndef GUARD_GULPIN_SHOP_H
#define GUARD_GULPIN_SHOP_H 

struct unkStruct_203B26C
{
// size: 0x18C
    u32 unk0;
    s32 state;
    u32 unk8;
    s16 speciesNum; // species of chosen Pokemon
    u8 unkE;
    struct PokemonMove * unk10;
    u32 unk14;
    u32 unk18;
    u16 unk1C;
    u16 unk1E;
    u32 unk20;
    u32 unk24;
    struct MenuItem unk28[8];
    u16 unk68[8];
    u32 unk78;
    u8 fill7C[0x118 - 0x7C]; 
    /* 0x118 */ struct OpenedFile *faceFile;
    /* 0x11C */ u8 *faceData;
    /* 0x120 */ u16 unk120;
    u16 unk122;
    u8 unk124;
    u8 unk125;
    u8 unk126;
    u8 unk127;
    struct OpenedFile **unk128;
    struct UnkTextStruct2 unk12C[4]; 
};

#endif