pokeemerald/include/trade.h

20 lines
497 B
C
Raw Normal View History

2017-11-11 00:06:06 +00:00
#ifndef GUARD_TRADE_H
#define GUARD_TRADE_H
2018-12-13 03:55:39 +00:00
#include "link_rfu.h"
2017-11-11 00:06:06 +00:00
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
2018-06-03 20:39:10 +00:00
s32 sub_807A728(void);
void sub_80773AC(void);
void sub_807AE50(void);
2018-12-13 03:55:39 +00:00
int sub_807A8D0(u32 /* probably wrong */, u16, u16, u8);
int sub_807A7E0(struct UnkLinkRfuStruct_02022B14Substruct a0, struct UnkLinkRfuStruct_02022B14Substruct a1, u16 a2, u16 a3, u8 a4, u16 a5, u8 a6);
2018-12-13 03:55:39 +00:00
int sub_807A918(struct Pokemon*, u16);
2017-11-11 00:06:06 +00:00
#endif //GUARD_TRADE_H