name unused route state vars

This commit is contained in:
GriffinR
2019-08-05 11:50:29 -04:00
committed by GitHub
parent c2bf668fdd
commit 191f74525d
4 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ void SetMirageTowerVisibility(void)
u16 rand;
bool8 visible;
if (VarGet(VAR_ROUTE_111_STATE))
if (VarGet(VAR_MIRAGE_TOWER_STATE))
{
FlagClear(FLAG_MIRAGE_TOWER_VISIBLE);
return;