summaryrefslogtreecommitdiff
path: root/src/contest.c
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-12-18 02:32:52 -0500
committerGriffinR <griffin.richards@comcast.net>2019-12-20 16:53:33 -0500
commit63c8cf97d1e47573ba8c5bcdf23543013a0f2a14 (patch)
treeb3cbd3f1245fbb4611b4d3680128759ce34ab700 /src/contest.c
parentf8cef9a6a86fb85634e21370e5a7a0d2ac4a9ba2 (diff)
Document Battle Dome scripts and some battle_dome.c
Diffstat (limited to 'src/contest.c')
-rw-r--r--src/contest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contest.c b/src/contest.c
index e538b5ae0..66dbdb6f1 100644
--- a/src/contest.c
+++ b/src/contest.c
@@ -5093,7 +5093,7 @@ static void sub_80DE864(u8 a)
gContestResources->field_18->unk4_0 = 1;
break;
case MOVE_RETURN:
- gAnimFriendship = 0xFF;
+ gAnimFriendship = MAX_FRIENDSHIP;
break;
case MOVE_FRUSTRATION:
gAnimFriendship = 0;