From 3c6e9ccabc31a60aaa0563009aaeb16ff5bacb03 Mon Sep 17 00:00:00 2001 From: Rangi Date: Wed, 30 May 2018 12:00:34 -0400 Subject: Organize graphics like pokecrystal --- Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 344662b..f88940a 100644 --- a/Makefile +++ b/Makefile @@ -44,13 +44,13 @@ clean: rm -rf $(ROMS) $(OBJS) $(ROMS:.gb=.sym) build/* shim.asm find . \( -iname '*.1bpp' -o -iname '*.2bpp' -o -iname '*.pic' -o -iname '*.pcm' \) -exec rm {} + -gfx/sgb_border_alt.2bpp: tools/gfx += --trim-whitespace -gfx/sgb_border.2bpp: tools/gfx += --trim-whitespace -gfx/titlescreen.2bpp: tools/gfx += --trim-whitespace -gfx/leader_faces_names.2bpp: tools/gfx += --trim-whitespace -gfx/slot_machine.2bpp: tools/gfx += --trim-whitespace -gfx/poker.2bpp: tools/gfx += --trim-whitespace -gfx/intro_purin_pika.2bpp: tools/gfx += --trim-whitespace +gfx/sgb/sgb_border_alt.2bpp: tools/gfx += --trim-whitespace +gfx/sgb/sgb_border.2bpp: tools/gfx += --trim-whitespace +gfx/title/title.2bpp: tools/gfx += --trim-whitespace +gfx/trainer_card/leaders.2bpp: tools/gfx += --trim-whitespace +gfx/minigames/slots.2bpp: tools/gfx += --trim-whitespace +gfx/minigames/poker.2bpp: tools/gfx += --trim-whitespace +gfx/intro/purin_pikachu.2bpp: tools/gfx += --trim-whitespace %.2bpp: %.png rgbgfx -o $@ $< @@ -66,4 +66,4 @@ gfx/intro_purin_pika.2bpp: tools/gfx += --trim-whitespace rgbgfx -t $@ $< %.pic: %.2bpp - tools/pkmncompress $< $@ \ No newline at end of file + tools/pkmncompress $< $@ -- cgit v1.2.3