blob: f950aca53bde5b89a9e98d22abdaca4a4dd7b926 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#ifndef GUARD_TRADE_H
#define GUARD_TRADE_H
struct SomeTradeStruct
{
u8 unk0;
u8 unk1;
u8 unk2;
u8 unk3;
struct Window field_4;
u8 field_34;
};
extern struct SomeTradeStruct* gUnknown_03004828;
extern const u8 gOtherText_MaleSymbol3[1];
extern const u8 gOtherText_FemaleSymbol3[1];
extern const u8 gOtherText_GenderlessSymbol[1];
void sub_804E22C(void);
#endif // GUARD_TRADE_H
|