summaryrefslogtreecommitdiff
path: root/src/main_menu.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-04-07 13:45:25 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-04-07 13:45:25 -0400
commit6451143b3b738a2a749b83487bcb8e3fd980403e (patch)
tree1f194bdf172f002147cbc11129c9715f65fa90be /src/main_menu.c
parentc05ca373e096d557d869268e72f391f8aa113e1f (diff)
parent7f9e0ae6bf9d8e0ffe8ff0ef32a3d9d40db893f2 (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.c4
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 };