summaryrefslogtreecommitdiff
path: root/include/battle_tower.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-01-08 04:26:26 -0500
committerhuderlem <huderlem@gmail.com>2020-01-12 19:39:30 -0600
commit6a470ddfdaf4480190792823464fcc05df8704f7 (patch)
treeb30177963bd4544a581768a6aef9adfe98d0637c /include/battle_tower.h
parent0284014e0e53449f030cc6429e81de080a10bebf (diff)
Some script clean up, document secret base secrets show
Diffstat (limited to 'include/battle_tower.h')
-rw-r--r--include/battle_tower.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle_tower.h b/include/battle_tower.h
index 2366cac12..2e85c8018 100644
--- a/include/battle_tower.h
+++ b/include/battle_tower.h
@@ -71,7 +71,7 @@ void GetEreaderTrainerName(u8 *dst);
void ValidateEReaderTrainer(void);
void ClearEReaderTrainer(struct BattleTowerEReaderTrainer *ereaderTrainer);
void CopyEReaderTrainerGreeting(void);
-void sub_81653CC(void);
+void TryHideBattleTowerReporter(void);
bool32 RubyBattleTowerRecordToEmerald(struct RSBattleTowerRecord *src, struct EmeraldBattleTowerRecord *dst);
bool32 EmeraldBattleTowerRecordToRuby(struct EmeraldBattleTowerRecord *src, struct RSBattleTowerRecord *dst);
void CalcApprenticeChecksum(struct Apprentice *apprentice);