diff options
author | Evan <eroelke@gmail.com> | 2020-10-11 09:11:12 -0600 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2020-10-11 09:11:12 -0600 |
commit | 280c68b531dd6dfa4c4a539dbb6602580a36c16a (patch) | |
tree | 81125d2a089972ca80184d8eda78d7cb1301446d /src | |
parent | f4909b4d964100b2e2dde75582ad647ef80fc6a8 (diff) |
renamed pokenav graphics file fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/pokenav_menu_handler_2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokenav_menu_handler_2.c b/src/pokenav_menu_handler_2.c index d37c897b5..3fcd41dc9 100644 --- a/src/pokenav_menu_handler_2.c +++ b/src/pokenav_menu_handler_2.c @@ -83,7 +83,7 @@ static void SetMenuOptionGlow(void); static const u16 sPokenavBgDotsPal[] = INCBIN_U16("graphics/pokenav/bg_dots.gbapal"); static const u32 sPokenavBgDotsTiles[] = INCBIN_U32("graphics/pokenav/bg_dots.4bpp.lz"); -static const u32 sPokenavBgDotsTilemap[] = INCBIN_U32("graphics/pokenav/bg.bin.lz"); +static const u32 sPokenavBgDotsTilemap[] = INCBIN_U32("graphics/pokenav/bg_dots.bin.lz"); static const u16 sPokenavDeviceBgPal[] = INCBIN_U16("graphics/pokenav/device_outline.gbapal"); static const u32 sPokenavDeviceBgTiles[] = INCBIN_U32("graphics/pokenav/device_outline.4bpp.lz"); static const u32 sPokenavDeviceBgTilemap[] = INCBIN_U32("graphics/pokenav/device_outline_map.bin.lz"); |