Move gfx out of data

This commit is contained in:
GriffinR
2020-04-06 10:01:35 -04:00
parent 6ecd9dd943
commit 100188ac43
274 changed files with 259 additions and 280 deletions
+2 -2
View File
@@ -127,8 +127,8 @@ static const struct WindowTemplate sWindowTemplate[] = {
[MAIN_MENU_WINDOW_COUNT] = DUMMY_WIN_TEMPLATE
};
static const u16 sBgPal00[] = INCBIN_U16("data/main_menu/unk_8234648.gbapal");
static const u16 sBgPal15[] = INCBIN_U16("data/main_menu/unk_8234668.gbapal");
static const u16 sBgPal00[] = INCBIN_U16("graphics/main_menu/unk_8234648.gbapal");
static const u16 sBgPal15[] = INCBIN_U16("graphics/main_menu/unk_8234668.gbapal");
static const u8 sTextColor1[] = { 10, 11, 12 };