Apply pals to bg tiles in intro.c
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user