summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2019-01-20 18:48:29 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2019-01-20 18:48:29 +0100
commit75a1c022dd2b1d76559d2ae3141713e9045bb5dc (patch)
tree104f2cc430ed4ead93f6219461c0cb2bad38df5c /src
parent4e396207d3f09772f0f073b5a945bb1fafe1fcdd (diff)
Make trainer card compile
Diffstat (limited to 'src')
-rw-r--r--src/trade.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/trade.c b/src/trade.c
index 7af1e19c9..99c9f6088 100644
--- a/src/trade.c
+++ b/src/trade.c
@@ -49,6 +49,8 @@
#define Trade_SendData(ptr) (SendBlock(bitmask_all_link_players_but_self(), ptr->linkData, 20))
+extern void sub_80C6D80(const u8 *, u8 *, u8, u8, u8);
+
struct InGameTrade {
/*0x00*/ u8 name[11];
/*0x0C*/ u16 species;