summaryrefslogtreecommitdiff
path: root/src/graphics.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-03-17 12:39:08 -0400
committerGitHub <noreply@github.com>2020-03-17 12:39:08 -0400
commit33ecfb46e498a8e6001ad59fb6ef1484534423e3 (patch)
treecf0e64725391724741b6e129db26897d3f1ad005 /src/graphics.c
parent39da49495dcf429fa1927b110514c2f4bc577e47 (diff)
parentab87c909986a73d2d131d791d8ad146281ef7a8c (diff)
Merge pull request #1005 from GriffinRichards/fix-rme
Revert city_zoom_tiles.png name
Diffstat (limited to 'src/graphics.c')
-rw-r--r--src/graphics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.c b/src/graphics.c
index 9548d37c8..83fab7dee 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");