diff options
| author | yenatch <yenatch@gmail.com> | 2017-09-17 17:07:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-17 17:07:22 -0400 |
| commit | 1de1bdbce73672dfa9cc3ddfce528dcb07ec253b (patch) | |
| tree | 975a0384d344efe34ad36fe7d2c004a86ad90c3f /Makefile | |
| parent | 7c6932fbae357f0e514516a8f3468783efa93c65 (diff) | |
| parent | 7cd4ca1207f50244306ae6c640dcff7e7a2e93aa (diff) | |
Merge pull request #388 from surskitty/master
Moving a few images out of gfx/unknown
Diffstat (limited to 'Makefile')
| -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: ; |
