pokemon_summary_screen.c, part 4.

This commit is contained in:
luckytyphlosion
2020-06-23 22:06:21 -04:00
parent d096f37d75
commit a04106a011
6 changed files with 192 additions and 875 deletions
+1
View File
@@ -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