diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-04-06 15:16:05 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2019-04-06 15:16:05 -0500 |
commit | c3cfd6065825ec8ddd5e1782998071518efaa322 (patch) | |
tree | fd814a18ea9d8b757b0e7b2f2db0282a0d9dc465 /src | |
parent | 146da2df96805b27d7063fabca2d3c5a83de7613 (diff) |
Generate zoom_tiles palette from correct image
Diffstat (limited to 'src')
-rw-r--r-- | src/graphics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.c b/src/graphics.c index fd5f24d49..531d337a2 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -1363,7 +1363,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 gHoennMapZoomIcons_Pal[] = INCBIN_U16("graphics/pokenav/zoom.gbapal"); +const u16 gHoennMapZoomIcons_Pal[] = INCBIN_U16("graphics/pokenav/zoom_tiles.gbapal"); const u32 gHoennMapZoomIcons_Gfx[] = INCBIN_U32("graphics/pokenav/zoom.4bpp.lz"); const u16 gPokenavConditionCancel_Pal[] = INCBIN_U16("graphics/pokenav/cancel.gbapal"); |