summaryrefslogtreecommitdiff
path: root/include/new_game.h
diff options
context:
space:
mode:
authorhuderlem <huderlem@gmail.com>2019-04-08 17:30:28 -0500
committerGitHub <noreply@github.com>2019-04-08 17:30:28 -0500
commitce93d3ab9ac460ba771863df60e36be8497b7c78 (patch)
treec0b78fe2cd3bd406c16d244dd257ccd5d751f9ef /include/new_game.h
parentc8ce1a0a1f533a265d5134660c31b1ec6e8b86e0 (diff)
parent50350cc2e1c26082f9d852e97e1698f7254d4145 (diff)
Merge pull request #661 from Phlosioneer/contest-ai-cleanup
contest & contest_ai cleanup
Diffstat (limited to 'include/new_game.h')
-rw-r--r--include/new_game.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/new_game.h b/include/new_game.h
index 8fab05483..9b96ba478 100644
--- a/include/new_game.h
+++ b/include/new_game.h
@@ -2,7 +2,9 @@
#define GUARD_NEW_GAME_H
extern bool8 gDifferentSaveFile;
-extern bool8 gUnknown_020322D5; // The purpose of this variable is unknown as it's read only 3 times(2 times in contest.c and 1 time in berry_blender.c), never written to.
+// Shortcuts some randomness in berry_blender.c, and enables debug printing
+// in contest.c.
+extern bool8 gEnableContestDebugging;
void SetTrainerId(u32 trainerId, u8 *dst);
u32 GetTrainerId(u8 *trainerId);