diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-12-14 12:54:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 12:54:09 -0500 |
commit | df371fdda591c455c51ddaf21e67019ce8cd27d5 (patch) | |
tree | 6a6f8c64204a40ae753e5fdfea5b19099a669175 | |
parent | d8e405c4f6b48f1faf3b26a3e045f0df2ff3ecb7 (diff) | |
parent | 660a3df929cd83365df8e0da7e79be61b52674f5 (diff) |
Merge pull request #1572 from LOuroboros/patch-2
Update trade.c
-rw-r--r-- | src/trade.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/trade.c b/src/trade.c index 3e9f033b5..935a89b02 100644 --- a/src/trade.c +++ b/src/trade.c @@ -4531,7 +4531,8 @@ static void _CreateInGameTradePokemon(u8 whichPlayerMon, u8 whichInGameTrade) CalculateMonStats(&gEnemyParty[0]); } -static void SetInGameTradeMail(struct Mail *mail, const struct InGameTrade *trade) { +static void SetInGameTradeMail(struct Mail *mail, const struct InGameTrade *trade) +{ s32 i; for (i = 0; i < MAIL_WORDS_COUNT; i++) |