diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-21 13:58:16 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-21 13:58:16 -0500 |
| commit | a8eb44b6e3b2e376491c68efe4a67e8f1badb0e8 (patch) | |
| tree | 703efd62fe0881389a0d58da226632c20da8c9b8 /Makefile | |
| parent | 732bb36c8661afdaca765604c75437089930738c (diff) | |
Separate new_game graphics
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -140,8 +140,8 @@ gfx/pokemon/%/front.animated.tilemap: gfx/pokemon/%/front.2bpp gfx/pokemon/%/fro ### Misc file-specific graphics rules -gfx/shrink/shrink1.2bpp: rgbgfx += -h -gfx/shrink/shrink2.2bpp: rgbgfx += -h +gfx/new_game/shrink1.2bpp: rgbgfx += -h +gfx/new_game/shrink2.2bpp: rgbgfx += -h gfx/trainers/%.2bpp: rgbgfx += -h gfx/trainers/%.pal: gfx/trainers/%.gbcpal |
