diff --git a/Makefile b/Makefile index 4a1f94352..4bff6887a 100644 --- a/Makefile +++ b/Makefile @@ -86,6 +86,7 @@ include graphics_file_rules.mk %.4bpp: %.png ; $(GFX) $< $@ %.8bpp: %.png ; $(GFX) $< $@ %.gbapal: %.pal ; $(GFX) $< $@ +%.gbapal: %.png ; $(GFX) $< $@ %.lz: % ; $(GFX) $< $@ %.rl: % ; $(GFX) $< $@ diff --git a/graphics/pokenav/cursor.gbapal b/graphics/pokenav/cursor.gbapal deleted file mode 100644 index eb55e2159..000000000 Binary files a/graphics/pokenav/cursor.gbapal and /dev/null differ diff --git a/graphics/pokenav/map_frame.gbapal b/graphics/pokenav/map_frame.gbapal deleted file mode 100644 index 6ac633fd5..000000000 Binary files a/graphics/pokenav/map_frame.gbapal and /dev/null differ