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 /include/bg.h | |
parent | 236f91e6f0e30197d44fa8352350f4cbf9218a59 (diff) |
common symbols for window and text
Diffstat (limited to 'include/bg.h')
-rw-r--r-- | include/bg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bg.h b/include/bg.h index e8634ee9d..0700e2d23 100644 --- a/include/bg.h +++ b/include/bg.h @@ -89,4 +89,6 @@ u32 GetBgType(u8 bg); bool32 IsInvalidBg32(u8 bg); bool32 IsTileMapOutsideWram(u8 bg); +extern bool32 gWindowTileAutoAllocEnabled; + #endif // GUARD_BG_H |