summaryrefslogtreecommitdiff
path: root/src/tv.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-05-17 16:43:44 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-05-17 16:43:44 -0400
commitc6b4319b682807d714f88857f16287770b483db8 (patch)
treed2819fa9273113eb9254e5c86ffc2f528943a32a /src/tv.c
parentf302fcc134bf354c3655e3423be68fd7a99cb396 (diff)
Sync fieldmap data
Diffstat (limited to 'src/tv.c')
-rw-r--r--src/tv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tv.c b/src/tv.c
index dd4116bf6..d16f28826 100644
--- a/src/tv.c
+++ b/src/tv.c
@@ -573,7 +573,7 @@ void SetTVMetatilesOnMap(int width, int height, u16 tileId)
void TurnOffTVScreen(void)
{
- SetTVMetatilesOnMap(gUnknown_03004870.width, gUnknown_03004870.height, METATILE_ID(Building, TV_Off));
+ SetTVMetatilesOnMap(gBackupMapLayout.width, gBackupMapLayout.height, METATILE_ID(Building, TV_Off));
DrawWholeMapView();
}