diff options
author | surskitty <surskitty@gmail.com> | 2017-09-10 00:30:52 -0400 |
---|---|---|
committer | surskitty <surskitty@gmail.com> | 2017-09-10 00:30:52 -0400 |
commit | 7cd4ca1207f50244306ae6c640dcff7e7a2e93aa (patch) | |
tree | 975a0384d344efe34ad36fe7d2c004a86ad90c3f | |
parent | ee5241bcc54b173e27140939275eea57a49b89cd (diff) |
Updating Makefile for the unused GB + N64 image.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: ; |