summaryrefslogtreecommitdiff
path: root/src/contest.c
diff options
context:
space:
mode:
authorhuderlem <huderlem@gmail.com>2020-01-12 20:10:03 -0600
committerGitHub <noreply@github.com>2020-01-12 20:10:03 -0600
commitfa5816915d2a089549bfae3851c36336eae35d43 (patch)
tree96f44cc9d9e1b02d87f1c7bbfc15a99999782b27 /src/contest.c
parent43962fe141d8ca5e4c53530992de4378c541a6f1 (diff)
parente5df61e362beaaab9ae4344f4f160397df9c54cc (diff)
Merge pull request #949 from GriffinRichards/doc-dome
Document Battle Dome and add facility party constants
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;