diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-07 07:50:06 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-07 07:50:06 -0400 |
commit | 31ecdcdd0a71cd0230bfa1d80b3355a60db1e93d (patch) | |
tree | 55311105ebb36f3d4a4c370af0d493b65d776dc2 /src/main_menu.c | |
parent | a7d74b177999510dfd2dc1e3abf146b95180020c (diff) | |
parent | 7693c90e670da8fa680153ab92f2a350815b7999 (diff) |
Merge branch 'master' of github.com:pret/pokefirered into various_documentation
Diffstat (limited to 'src/main_menu.c')
-rw-r--r-- | src/main_menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main_menu.c b/src/main_menu.c index 542bcf8ea..899119654 100644 --- a/src/main_menu.c +++ b/src/main_menu.c @@ -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 }; |