summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile43
1 files changed, 43 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8921be5..137ca4e 100644
--- a/Makefile
+++ b/Makefile
@@ -90,6 +90,49 @@ $(rom): $(rom_obj) src/layout.link
### Misc file-specific graphics rules
+src/gfx/booster_packs/colosseum2.2bpp: rgbgfx += -x 10
+src/gfx/booster_packs/evolution2.2bpp: rgbgfx += -x 10
+src/gfx/booster_packs/laboratory2.2bpp: rgbgfx += -x 10
+src/gfx/booster_packs/mystery2.2bpp: rgbgfx += -x 10
+
+src/gfx/cards/%.2bpp: rgbgfx += -h -P
+
+src/gfx/duel/anims/51.2bpp: rgbgfx += -x 10
+src/gfx/duel/dmg_sgb_symbols.2bpp: rgbgfx += -x 7
+src/gfx/duel/other.2bpp: rgbgfx += -x 7
+
+src/gfx/fonts/full_width/4.1bpp: rgbgfx += -x 3
+
+src/gfx/link/cardpop.2bpp: rgbgfx += -x 3
+src/gfx/link/gameboylink.2bpp: rgbgfx += -x 3
+src/gfx/link/gameboyprinter.2bpp: rgbgfx += -x 3
+
+src/gfx/overworld_map.2bpp: rgbgfx += -x 15
+
+src/gfx/tilesets/challengehall.2bpp: rgbgfx += -x 3
+src/gfx/tilesets/clubentrance.2bpp: rgbgfx += -x 15
+src/gfx/tilesets/clublobby.2bpp: rgbgfx += -x 8
+src/gfx/tilesets/fightingclub.2bpp: rgbgfx += -x 13
+src/gfx/tilesets/fireclub.2bpp: rgbgfx += -x 9
+src/gfx/tilesets/grassclub.2bpp: rgbgfx += -x 9
+src/gfx/tilesets/hallofhonor.2bpp: rgbgfx += -x 7
+src/gfx/tilesets/ishihara.2bpp: rgbgfx += -x 3
+src/gfx/tilesets/lightningclub.2bpp: rgbgfx += -x 13
+src/gfx/tilesets/masonlaboratory.2bpp: rgbgfx += -x 9
+src/gfx/tilesets/pokemondome.2bpp: rgbgfx += -x 1
+src/gfx/tilesets/pokemondomeentrance.2bpp: rgbgfx += -x 2
+src/gfx/tilesets/psychicclub.2bpp: rgbgfx += -x 6
+src/gfx/tilesets/rockclub.2bpp: rgbgfx += -x 4
+src/gfx/tilesets/scienceclub.2bpp: rgbgfx += -x 14
+src/gfx/tilesets/waterclub.2bpp: rgbgfx += -x 15
+
+src/gfx/titlescreen/japanese_title_screen.2bpp: rgbgfx += -x 15
+src/gfx/titlescreen/japanese_title_screen_cgb.2bpp: rgbgfx += -x 15
+src/gfx/titlescreen/japanese_title_screen_2.2bpp: rgbgfx += -x 12
+src/gfx/titlescreen/japanese_title_screen_2_cgb.2bpp: rgbgfx += -x 5
+src/gfx/titlescreen/title_screen.2bpp: rgbgfx += -x 4
+src/gfx/titlescreen/title_screen_cgb.2bpp: rgbgfx += -x 12
+
### Catch-all graphics rules