From ab87c909986a73d2d131d791d8ad146281ef7a8c Mon Sep 17 00:00:00 2001 From: GriffinR Date: Tue, 17 Mar 2020 12:08:05 -0400 Subject: [PATCH] Revert city_zoom_tiles.png name --- .../pokenav/{city_zoom_tiles.png => zoom_tiles.png} | Bin src/graphics.c | 2 +- src/pokenav_region_map.c | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename graphics/pokenav/{city_zoom_tiles.png => zoom_tiles.png} (100%) diff --git a/graphics/pokenav/city_zoom_tiles.png b/graphics/pokenav/zoom_tiles.png similarity index 100% rename from graphics/pokenav/city_zoom_tiles.png rename to graphics/pokenav/zoom_tiles.png diff --git a/src/graphics.c b/src/graphics.c index 9548d37c87..83fab7dee3 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -1348,7 +1348,7 @@ const u16 gPokenavMessageBox_Pal[] = INCBIN_U16("graphics/pokenav/message.gbapal const u32 gPokenavMessageBox_Gfx[] = INCBIN_U32("graphics/pokenav/message.4bpp.lz"); const u32 gPokenavMessageBox_Tilemap[] = INCBIN_U32("graphics/pokenav/message.bin.lz"); -const u16 gRegionMapCityZoomTiles_Pal[] = INCBIN_U16("graphics/pokenav/city_zoom_tiles.gbapal"); +const u16 gRegionMapCityZoomTiles_Pal[] = INCBIN_U16("graphics/pokenav/zoom_tiles.gbapal"); const u32 gRegionMapCityZoomText_Gfx[] = INCBIN_U32("graphics/pokenav/city_zoom_text.4bpp.lz"); const u16 gPokenavConditionCancel_Pal[] = INCBIN_U16("graphics/pokenav/cancel.gbapal"); diff --git a/src/pokenav_region_map.c b/src/pokenav_region_map.c index 59eaf6b713..dff6b8c6c5 100755 --- a/src/pokenav_region_map.c +++ b/src/pokenav_region_map.c @@ -75,7 +75,7 @@ extern const u16 gRegionMapCityZoomTiles_Pal[]; extern const u32 gRegionMapCityZoomText_Gfx[]; static const u16 sMapSecInfoWindow_Pal[] = INCBIN_U16("graphics/pokenav/region_map_info_window.gbapal"); -static const u32 sRegionMapCityZoomTiles_Gfx[] = INCBIN_U32("graphics/pokenav/city_zoom_tiles.4bpp.lz"); +static const u32 sRegionMapCityZoomTiles_Gfx[] = INCBIN_U32("graphics/pokenav/zoom_tiles.4bpp.lz"); #include "data/region_map/city_map_tilemaps.h"