From 1e5150742e6dc4ab61b8a6d6bc321916f1ffc07c Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 2 Apr 2020 18:14:03 -0400 Subject: Apply pals to bg tiles in intro.c --- graphics_file_rules.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'graphics_file_rules.mk') diff --git a/graphics_file_rules.mk b/graphics_file_rules.mk index cf6563219..3d0d323d5 100644 --- a/graphics_file_rules.mk +++ b/graphics_file_rules.mk @@ -26,6 +26,7 @@ ITEMPCGFXDIR := graphics/item_pc TITLESCREENGFXDIR := graphics/title_screen CREDITSGFXDIR := graphics/credits ITEMMENUGFXDIR := graphics/item_menu +INTROGFXDIR := graphics/intro types := normal fight flying poison ground rock bug ghost steel mystery fire water grass electric psychic ice dragon dark contest_types := cool beauty cute smart tough @@ -537,3 +538,12 @@ graphics/misc/emoticons.4bpp: %.4bpp: %.png $(ITEMMENUGFXDIR)/bag_tiles.4bpp: %.4bpp: %.png $(GFX) $< $@ -num_tiles 55 + +$(INTROGFXDIR)/unk_8402D54.4bpp: %.4bpp: %.png + $(GFX) $< $@ -num_tiles 397 + +$(INTROGFXDIR)/unk_8406654.4bpp: %.4bpp: %.png + $(GFX) $< $@ -num_tiles 170 + +$(INTROGFXDIR)/unk_8405B28.4bpp: %.4bpp: %.png + $(GFX) $< $@ -num_tiles 17 -- cgit v1.2.3