diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-15 12:56:14 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-16 23:35:17 -0400 |
commit | 845a5e99cc01607aae5f74c3e5e700a72734145f (patch) | |
tree | 26f3f6afd17d97b662aaba249fb165f380b15098 /src/trade.c | |
parent | e3bb257bcf4ec855a0a45794c2838f0e2b5708f5 (diff) |
General mystery gift documentation, finish mystery gift client/server/scripts
Diffstat (limited to 'src/trade.c')
-rw-r--r-- | src/trade.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/trade.c b/src/trade.c index 60d999edd..f51a9f6e9 100644 --- a/src/trade.c +++ b/src/trade.c @@ -19,7 +19,7 @@ #include "load_save.h" #include "mail.h" #include "main.h" -#include "mevent2.h" +#include "mevent.h" #include "mystery_gift.h" #include "overworld.h" #include "palette.h" @@ -4655,9 +4655,8 @@ static void CB2_SaveAndEndTrade(void) if (!InUnionRoom()) IncrementGameStat(GAME_STAT_POKEMON_TRADES); if (gWirelessCommType) - { - RecordIdOfWonderCardSenderByEventType(2, gLinkPlayers[GetMultiplayerId() ^ 1].trainerId); - } + TryIncrementMysteryGiftStat(CARD_STAT_NUM_TRADES, gLinkPlayers[GetMultiplayerId() ^ 1].trainerId); + SetContinueGameWarpStatusToDynamicWarp(); sub_8153380(); gMain.state++; |