diff options
author | GriffinR <25753467+GriffinRichards@users.noreply.github.com> | 2019-08-05 11:50:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-05 11:50:29 -0400 |
commit | 191f74525dd23ed8262d914e163a3c6b9c5b9751 (patch) | |
tree | fc36ab81e49b9783f4add96a3ff92d3abe99cfa6 /src | |
parent | c2bf668fdd63b246a04e3e833e2eaef963cfb17b (diff) |
name unused route state vars
Diffstat (limited to 'src')
-rw-r--r-- | src/mirage_tower.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mirage_tower.c b/src/mirage_tower.c index e398c2334..bb9c6e958 100644 --- a/src/mirage_tower.c +++ b/src/mirage_tower.c @@ -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; |