summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi@gmail.com>2018-05-30 12:00:34 -0400
committerRangi <remy.oukaour+rangi@gmail.com>2018-05-30 12:00:34 -0400
commit3c6e9ccabc31a60aaa0563009aaeb16ff5bacb03 (patch)
treeabce978ad44ff1a5de23dde7b732767efd9600b3 /Makefile
parent6ef9138b8a6c41c66c15e6b98a06f81002d22718 (diff)
Organize graphics like pokecrystal
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 8 insertions, 8 deletions
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 $< $@