Merge pull request #1469 from GriffinRichards/fix-contesthearts

Clarify contest heart tiles
This commit is contained in:
PikalaxALT
2021-06-21 13:59:50 -04:00
committed by GitHub
3 changed files with 29 additions and 19 deletions

View File

@@ -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)