summaryrefslogtreecommitdiff
path: root/src/trade.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trade.c')
-rw-r--r--src/trade.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/trade.c b/src/trade.c
index 99c9f6088..70b57fbc7 100644
--- a/src/trade.c
+++ b/src/trade.c
@@ -26,6 +26,7 @@
#include "pokedex.h"
#include "pokemon_icon.h"
#include "pokemon_summary_screen.h"
+#include "pokemon_storage_system.h"
#include "random.h"
#include "rom_8011DC0.h"
#include "save.h"
@@ -49,8 +50,6 @@
#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;