diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-02 19:33:27 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-02 19:33:27 -0500 |
| commit | 41feb29680da2740a1c7c8c781a6ca535037e12d (patch) | |
| tree | 91f9889a4a3103a60938aab5b61c1cb6042a7ae8 /Makefile | |
| parent | e3e885aad855a7f0fb05d046a95ae3ce0be52dad (diff) | |
Make some graphics easier to edit
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -195,6 +195,9 @@ gfx/player/kris_back.2bpp: rgbgfx += -h gfx/trainer_card/chris_card.2bpp: rgbgfx += -h gfx/trainer_card/kris_card.2bpp: rgbgfx += -h +gfx/overworld/chris_fish.2bpp: tools/gfx += --trim-whitespace +gfx/overworld/kris_fish.2bpp: tools/gfx += --trim-whitespace + gfx/battle/dude.2bpp: rgbgfx += -h gfx/font/unused_bold_font.1bpp: tools/gfx += --trim-whitespace |
