summaryrefslogtreecommitdiff
path: root/src/list_menu.c
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2018-11-06 20:20:56 -0600
committerDiegoisawesome <diego@domoreaweso.me>2018-11-06 20:20:56 -0600
commit18839a4872057fde33be45c5d2c4ecf4274bcc8d (patch)
tree5f48809915af5d02c2f75efc790bd598ed9f3975 /src/list_menu.c
parent054a015c950ca9869ce28245a2f13c3f72cddb37 (diff)
parent93ff71fcfdf8b71a7b4899f271a5214503bcd510 (diff)
Merge remote-tracking branch 'pret/master' into script_menu
Diffstat (limited to 'src/list_menu.c')
-rw-r--r--src/list_menu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/list_menu.c b/src/list_menu.c
index ec45ba3e4..6907a75a3 100644
--- a/src/list_menu.c
+++ b/src/list_menu.c
@@ -302,9 +302,9 @@ static const struct SpriteTemplate sSpriteTemplate_RedArrowCursor =
};
static const u16 sRedArrowPal[] = INCBIN_U16("graphics/interface/red_arrow.gbapal");
-static const u8 sRedArrowOtherGfx[] = INCBIN_U8("graphics/interface/red_arrow_other.4bpp.lz");
-static const u8 sSelectorOutlineGfx[] = INCBIN_U8("graphics/interface/selector_outline.4bpp.lz");
-static const u8 sRedArrowGfx[] = INCBIN_U8("graphics/interface/red_arrow.4bpp.lz");
+static const u32 sRedArrowOtherGfx[] = INCBIN_U32("graphics/interface/red_arrow_other.4bpp.lz");
+static const u32 sSelectorOutlineGfx[] = INCBIN_U32("graphics/interface/selector_outline.4bpp.lz");
+static const u32 sRedArrowGfx[] = INCBIN_U32("graphics/interface/red_arrow.4bpp.lz");
// code
static void ListMenuDummyTask(u8 taskId)