summaryrefslogtreecommitdiff
path: root/src/bg.c
diff options
context:
space:
mode:
authorsceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-20 07:55:09 -0800
committersceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-20 07:55:09 -0800
commit791d5a48cc85e5bc93ad3a60ccfe11db76ea9f1e (patch)
tree8cafc8511ba37b17187e1b77317bd110b28ee197 /src/bg.c
parent236f91e6f0e30197d44fa8352350f4cbf9218a59 (diff)
common symbols for window and text
Diffstat (limited to 'src/bg.c')
-rw-r--r--src/bg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bg.c b/src/bg.c
index ce9174fec..d7f84bf4e 100644
--- a/src/bg.c
+++ b/src/bg.c
@@ -42,7 +42,7 @@ static struct BgConfig2 sGpuBgConfigs2[4];
static u32 sDmaBusyBitfield[4];
static u8 gpu_tile_allocation_map_bg[0x100];
-u32 gWindowTileAutoAllocEnabled;
+bool32 gWindowTileAutoAllocEnabled;
static const struct BgConfig sZeroedBgControlStruct = { 0 };