diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-02 13:28:54 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-02-04 12:16:15 -0600 |
commit | 27c4329e4518a9838476e16c9fbb4cfb6d83a0d7 (patch) | |
tree | fffa4a6ab7cdee6fd0c171b8381db06f10b32c6d /src/battle_main.c | |
parent | c859fe36066bd420ea37222615aef177a318b5fd (diff) |
Use friendship event constants
Diffstat (limited to 'src/battle_main.c')
-rw-r--r-- | src/battle_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_main.c b/src/battle_main.c index bcef3b286..0f6ec40a4 100644 --- a/src/battle_main.c +++ b/src/battle_main.c @@ -718,7 +718,7 @@ static void CB2_InitBattleInternal(void) gSaveBlock2Ptr->frontier.disableRecordBattle = FALSE; for (i = 0; i < PARTY_SIZE; i++) - AdjustFriendship(&gPlayerParty[i], 3); + AdjustFriendship(&gPlayerParty[i], FRIENDSHIP_EVENT_LEAGUE_BATTLE); gBattleCommunication[MULTIUSE_STATE] = 0; } |