summaryrefslogtreecommitdiff
path: root/include/trade.h
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2020-06-23 22:06:21 -0400
committerluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2020-06-23 22:06:21 -0400
commita04106a011429db1a474fedd1fd30d892309e4dd (patch)
treee0d2291199adb85bd092a75d84c581fc94fed4bb /include/trade.h
parentd096f37d75138eba940f55bd7e1ec8bacc092935 (diff)
pokemon_summary_screen.c, part 4.
Diffstat (limited to 'include/trade.h')
-rw-r--r--include/trade.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/trade.h b/include/trade.h
index 196a46587..44d883f66 100644
--- a/include/trade.h
+++ b/include/trade.h
@@ -17,5 +17,6 @@ void CB2_ReturnFromLinkTrade(void);
s32 Trade_CalcLinkPlayerCompatibilityParam(void);
s32 CanRegisterMonForTradingBoard(struct GFtgtGnameSub rfuPlayer, u16 species2, u16 species, u8 isObedientBitSet);
s32 GetUnionRoomTradeMessageId(struct GFtgtGnameSub rfuPlayer, struct GFtgtGnameSub rfuPartner, u16 playerSpecies2, u16 partnerSpecies, u8 requestedType, u16 playerSpecies, u8 isObedientBitSet);
+void CB2_ReturnToTradeMenuFromSummary(void);
#endif //GUARD_TRADE_H