diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-14 19:42:17 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-14 20:58:30 -0400 |
commit | 00257be5a0df02839f8e25378c90b61b74f4e049 (patch) | |
tree | c406be6d76149a0928f3b2dc79e863c5dfdef2c4 /Makefile | |
parent | b6b573152cb86ff47cac3f6cae95fa1edcd3a64f (diff) |
Match mosh remaining .2bpp.lz files
Still to go:
- gfx/pokemon/alakazam/back_silver.2bpp.lz.bin
- gfx/title/hooh_gold.2bpp.lz.bin
- gfx/title/lugia_silver.2bpp.lz.bin
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -145,6 +145,9 @@ gfx/pokemon/%/back_silver.2bpp: gfx/pokemon/%/back.png gfx/trainers/%.2bpp: rgbgfx += -h +gfx/intro/charizard2.2bpp: tools/gfx += --trim-whitespace +gfx/intro/charizard3.2bpp: tools/gfx += --trim-whitespace + gfx/new_game/shrink1.2bpp: rgbgfx += -h gfx/new_game/shrink2.2bpp: rgbgfx += -h @@ -166,6 +169,9 @@ gfx/mystery_gift/mystery_gift.2bpp: tools/gfx += --remove-whitespace gfx/mystery_gift/mystery_gift_2.2bpp: tools/gfx += --trim-whitespace gfx/mystery_gift/question_mark.1bpp: tools/gfx += --remove-whitespace +gfx/title/logo_bottom_gold.2bpp: tools/gfx += --trim-whitespace +gfx/title/logo_bottom_silver.2bpp: tools/gfx += --trim-whitespace + gfx/trade/ball.2bpp: tools/gfx += --remove-whitespace gfx/slots/slots_1.2bpp: tools/gfx += --trim-whitespace |