summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2021-06-21 13:59:50 -0400
committerGitHub <noreply@github.com>2021-06-21 13:59:50 -0400
commite0b58592b229f2db4e1f567f2400849bd035d3fa (patch)
tree88762aaac41cde6486833042663d85d2d763dc22 /include
parent7582a6b12eec2be14284b1f69d1d9cd25dbfb096 (diff)
parent810b51f96c9f2043a726b782a4884a06430192f2 (diff)
Merge pull request #1469 from GriffinRichards/fix-contesthearts
Clarify contest heart tiles
Diffstat (limited to 'include')
-rw-r--r--include/constants/contest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants/contest.h b/include/constants/contest.h
index 28b02e9c0..775dcbe62 100644
--- a/include/constants/contest.h
+++ b/include/constants/contest.h
@@ -4,6 +4,7 @@
#define APPLAUSE_METER_SIZE 5
#define CONTEST_NUM_APPEALS 5
#define CONTEST_LAST_APPEAL (CONTEST_NUM_APPEALS - 1)
+#define MAX_CONTEST_MOVE_HEARTS 8
#define LINK_CONTEST_FLAG_IS_LINK (1 << 0)
#define LINK_CONTEST_FLAG_IS_WIRELESS (1 << 1)