[nostalgia/core/gba] Make GBA CBB data static

This commit is contained in:
Gary Talent 2022-08-03 00:38:54 -05:00
parent ef04e03d11
commit d9f0415074

View File

@ -17,7 +17,7 @@
namespace nostalgia::core { namespace nostalgia::core {
ox::Array<BgCbbData, 4> g_cbbData; static ox::Array<BgCbbData, 4> g_cbbData;
constexpr auto GbaTileColumns = 32; constexpr auto GbaTileColumns = 32;
constexpr auto GbaTileRows = 32; constexpr auto GbaTileRows = 32;