summaryrefslogtreecommitdiff
path: root/include/trade.h
blob: b7f1fc7ad84ce0a8c18b10277a39165792afc16d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef GUARD_TRADE_H
#define GUARD_TRADE_H

#include "link_rfu.h"

// Exported type declarations

// Exported RAM declarations

// Exported ROM declarations

s32 sub_807A728(void);
void sub_80773AC(void);
void sub_807AE50(void);
int sub_807A8D0(struct UnkLinkRfuStruct_02022B14Substruct a0, u16, u16, u8);
int sub_807A7E0(struct UnkLinkRfuStruct_02022B14Substruct a0, struct UnkLinkRfuStruct_02022B14Substruct a1, u16 a2, u16 a3, u8 a4, u16 a5, u8 a6);
int sub_807A918(struct Pokemon*, u16);

#endif //GUARD_TRADE_H