diff --git a/graphics/region_map/switch_map_menu.bin b/graphics/region_map/switch_map_menu.bin deleted file mode 100644 index d851eb1d6..000000000 Binary files a/graphics/region_map/switch_map_menu.bin and /dev/null differ diff --git a/graphics/region_map/switch_map_menu.png b/graphics/region_map/switch_map_menu.png new file mode 100644 index 000000000..c09282d09 Binary files /dev/null and b/graphics/region_map/switch_map_menu.png differ diff --git a/src/region_map.c b/src/region_map.c index c451453b6..b73982834 100644 --- a/src/region_map.c +++ b/src/region_map.c @@ -406,7 +406,7 @@ static const u32 sPlayerIcon_Red[] = INCBIN_U32("graphics/region_map/player_icon static const u32 sPlayerIcon_Leaf[] = INCBIN_U32("graphics/region_map/player_icon_leaf.4bpp.lz"); static const u32 sRegionMap_Gfx[] = INCBIN_U32("graphics/region_map/region_map.4bpp.lz"); static const u32 sMapEdge_Gfx[] = INCBIN_U32("graphics/region_map/map_edge.4bpp.lz"); -static const u32 sSwitchMapMenu_Gfx[] = INCBIN_U32("graphics/region_map/switch_map_menu.bin.lz"); +static const u32 sSwitchMapMenu_Gfx[] = INCBIN_U32("graphics/region_map/switch_map_menu.4bpp.lz"); static const u32 sKanto_Tilemap[] = INCBIN_U32("graphics/region_map/kanto.bin.lz"); static const u32 sSevii123_Tilemap[] = INCBIN_U32("graphics/region_map/sevii_123.bin.lz"); static const u32 sSevii45_Tilemap[] = INCBIN_U32("graphics/region_map/sevii_45.bin.lz");