diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-20 07:55:09 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-20 07:55:09 -0800 |
commit | 791d5a48cc85e5bc93ad3a60ccfe11db76ea9f1e (patch) | |
tree | 8cafc8511ba37b17187e1b77317bd110b28ee197 /src/bg.c | |
parent | 236f91e6f0e30197d44fa8352350f4cbf9218a59 (diff) |
common symbols for window and text
Diffstat (limited to 'src/bg.c')
-rw-r--r-- | src/bg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }; |