bag static rodata

This commit is contained in:
PikalaxALT
2020-01-19 14:53:31 -05:00
parent 6e41dd7b21
commit 4723b1df96
+3 -3
View File
@@ -21,7 +21,7 @@ static const u8 sTextColors[][3] = {
{0, 8, 9} {0, 8, 9}
}; };
const struct WindowTemplate sDefaultBagWindowsStd[] = { static const struct WindowTemplate sDefaultBagWindowsStd[] = {
{ {
.bg = 0, .bg = 0,
.tilemapLeft = 0x0b, .tilemapLeft = 0x0b,
@@ -49,7 +49,7 @@ const struct WindowTemplate sDefaultBagWindowsStd[] = {
}, DUMMY_WIN_TEMPLATE }, DUMMY_WIN_TEMPLATE
}; };
const struct WindowTemplate sDefaultBagWindowsDeposit[] = { static const struct WindowTemplate sDefaultBagWindowsDeposit[] = {
{ {
.bg = 0, .bg = 0,
.tilemapLeft = 0x0b, .tilemapLeft = 0x0b,
@@ -77,7 +77,7 @@ const struct WindowTemplate sDefaultBagWindowsDeposit[] = {
}, DUMMY_WIN_TEMPLATE }, DUMMY_WIN_TEMPLATE
}; };
const struct WindowTemplate sWindowTemplates[] = { static const struct WindowTemplate sWindowTemplates[] = {
{ {
.bg = 0, .bg = 0,
.tilemapLeft = 24, .tilemapLeft = 24,