diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-26 17:47:05 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-26 17:47:05 -0500 |
| commit | b5417fafec7dd37cb4be391f3bd3d4541a2a381e (patch) | |
| tree | a4e7d08afb2e862186a138e82c8ef4785d82786d /Makefile | |
| parent | 2f98c2032fd47ada3484bfc37d590992f286d3d4 (diff) | |
Split battle/ into data/ and engine/ components
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 34 |
1 files changed, 17 insertions, 17 deletions
@@ -169,23 +169,23 @@ gfx/slots/slots_3.2bpp: tools/gfx += --interleave --png=$< --remove-duplicates - gfx/card_flip/card_flip_2.2bpp: tools/gfx += --remove-whitespace -gfx/fx/angels.2bpp: tools/gfx += --trim-whitespace -gfx/fx/beam.2bpp: tools/gfx += --remove-xflip --remove-yflip --remove-whitespace -gfx/fx/bubble.2bpp: tools/gfx += --trim-whitespace -gfx/fx/charge.2bpp: tools/gfx += --trim-whitespace -gfx/fx/egg.2bpp: tools/gfx += --remove-whitespace -gfx/fx/explosion.2bpp: tools/gfx += --remove-whitespace -gfx/fx/hit.2bpp: tools/gfx += --remove-whitespace -gfx/fx/horn.2bpp: tools/gfx += --remove-whitespace -gfx/fx/lightning.2bpp: tools/gfx += --remove-whitespace -gfx/fx/misc.2bpp: tools/gfx += --remove-duplicates --remove-xflip -gfx/fx/noise.2bpp: tools/gfx += --remove-whitespace -gfx/fx/objects.2bpp: tools/gfx += --remove-whitespace --remove-xflip -gfx/fx/pokeball.2bpp: tools/gfx += --remove-xflip --keep-whitespace -gfx/fx/reflect.2bpp: tools/gfx += --remove-whitespace -gfx/fx/rocks.2bpp: tools/gfx += --remove-whitespace -gfx/fx/skyattack.2bpp: tools/gfx += --remove-whitespace -gfx/fx/status.2bpp: tools/gfx += --remove-whitespace +gfx/anims/angels.2bpp: tools/gfx += --trim-whitespace +gfx/anims/beam.2bpp: tools/gfx += --remove-xflip --remove-yflip --remove-whitespace +gfx/anims/bubble.2bpp: tools/gfx += --trim-whitespace +gfx/anims/charge.2bpp: tools/gfx += --trim-whitespace +gfx/anims/egg.2bpp: tools/gfx += --remove-whitespace +gfx/anims/explosion.2bpp: tools/gfx += --remove-whitespace +gfx/anims/hit.2bpp: tools/gfx += --remove-whitespace +gfx/anims/horn.2bpp: tools/gfx += --remove-whitespace +gfx/anims/lightning.2bpp: tools/gfx += --remove-whitespace +gfx/anims/misc.2bpp: tools/gfx += --remove-duplicates --remove-xflip +gfx/anims/noise.2bpp: tools/gfx += --remove-whitespace +gfx/anims/objects.2bpp: tools/gfx += --remove-whitespace --remove-xflip +gfx/anims/pokeball.2bpp: tools/gfx += --remove-xflip --keep-whitespace +gfx/anims/reflect.2bpp: tools/gfx += --remove-whitespace +gfx/anims/rocks.2bpp: tools/gfx += --remove-whitespace +gfx/anims/skyattack.2bpp: tools/gfx += --remove-whitespace +gfx/anims/status.2bpp: tools/gfx += --remove-whitespace gfx/player/chris.2bpp: rgbgfx += -h gfx/player/chris_back.2bpp: rgbgfx += -h |
