Generate zoom_tiles palette from correct image

This commit is contained in:
Marcus Huderle 2019-04-06 15:16:05 -05:00
parent 146da2df96
commit c3cfd60658
3 changed files with 2 additions and 2 deletions

View File

@ -1436,7 +1436,7 @@ gUnknown_08622850:: @ 8622850
spr_template 8, 13, gUnknown_08622848, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy
gUnknown_08622868:: @ 8622868
.incbin "graphics/pokenav/zoom_tiles.gbapal"
.incbin "graphics/pokenav/8622868.gbapal"
gUnknown_08622888:: @ 8622888
.incbin "graphics/pokenav/zoom_tiles.4bpp.lz"

View File

@ -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");