summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/contest.h17
-rw-r--r--include/link.h2
2 files changed, 11 insertions, 8 deletions
diff --git a/include/contest.h b/include/contest.h
index 1fba54885..a4e209bcb 100644
--- a/include/contest.h
+++ b/include/contest.h
@@ -7,13 +7,16 @@
#define APPLAUSE_METER_SIZE 5
#define CONTEST_TURN_COUNT 5
-#define CONTEST_DEBUG_MODE_OFF 0
-// Prints the totalPoints value for each contestant.
-#define CONTEST_DEBUG_MODE_PRINT_POINT_TOTAL 1
-// Prints the ContestResourcesField1C::unk_C value as a bitstring for each contestant.
-#define CONTEST_DEBUG_MODE_PRINT_UNK_C 2
-// Prints the ContestResourcesField1C::unk_D value as a bitstring for each contestant.
-#define CONTEST_DEBUG_MODE_PRINT_UNK_D 3
+enum
+{
+ CONTEST_DEBUG_MODE_OFF,
+ // Prints the totalPoints value for each contestant.
+ CONTEST_DEBUG_MODE_PRINT_POINT_TOTAL,
+ // Prints the ContestResourcesField1C::unk_C value as a bitstring for each contestant.
+ CONTEST_DEBUG_MODE_PRINT_UNK_C,
+ // Prints the ContestResourcesField1C::unk_D value as a bitstring for each contestant.
+ CONTEST_DEBUG_MODE_PRINT_UNK_D
+};
#define LINK_CONTEST_FLAG_IS_LINK (1 << 0)
#define LINK_CONTEST_FLAG_IS_WIRELESS (1 << 1)
diff --git a/include/link.h b/include/link.h
index a50991762..c14084066 100644
--- a/include/link.h
+++ b/include/link.h
@@ -235,7 +235,7 @@ void LinkVSync(void);
void Timer3Intr(void);
void SerialCB(void);
bool32 InUnionRoom(void);
-void LoadWirelessStatusIndicatorSprite(void);
+void LoadWirelessStatusIndicatorSpriteGfx(void);
bool8 IsLinkTaskFinished(void);
void CreateWirelessStatusIndicatorSprite(u8, u8);
void sub_800ADF8(void);