summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsurskitty <surskitty@gmail.com>2017-09-10 00:30:52 -0400
committersurskitty <surskitty@gmail.com>2017-09-10 00:30:52 -0400
commit7cd4ca1207f50244306ae6c640dcff7e7a2e93aa (patch)
tree975a0384d344efe34ad36fe7d2c004a86ad90c3f
parentee5241bcc54b173e27140939275eea57a49b89cd (diff)
Updating Makefile for the unused GB + N64 image.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 063cdc27b..453ec0f12 100644
--- a/Makefile
+++ b/Makefile
@@ -142,6 +142,7 @@ gfx/title/old_fg.2bpp: tools/gfx += --interleave --width=64
gfx/title/logo.2bpp: rgbgfx += -x 4
gfx/trade/ball.2bpp: tools/gfx += --remove-whitespace
+gfx/trade/game_boy_n64.2bpp: tools/gfx += --trim-whitespace
gfx/slots_2.2bpp: tools/gfx += --interleave --width=16
gfx/slots_3.2bpp: tools/gfx += --interleave --width=24 --remove-duplicates --keep-whitespace --remove-xflip
@@ -184,7 +185,6 @@ gfx/unknown/170d16.2bpp: tools/gfx += --trim-whitespace
gfx/unknown/1715a4.2bpp: tools/gfx += --trim-whitespace
gfx/unknown/1715a4_nonmatching.2bpp: tools/gfx += --remove-duplicates --remove-xflip
gfx/unknown/171db1.2bpp: tools/gfx += --trim-whitespace
-gfx/unknown/172f1f.2bpp: tools/gfx += --trim-whitespace
%.bin: ;