mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 15:13:42 +01:00
Update trade.c
This commit is contained in:
parent
d8e405c4f6
commit
660a3df929
@ -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++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user