diff options
author | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-10-31 08:23:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-31 08:23:51 -0700 |
commit | 343389467108cd99fb315131881b5f3f19261383 (patch) | |
tree | 4035a8314efc3149a5f818a2589c099643b08850 /graphics_file_rules.mk | |
parent | 6874afafe545365a52c2262da4e4a84ddf14afaf (diff) | |
parent | 4df1937738c4dc39d23f5c4e4b0d6a3774ff1b17 (diff) |
Merge pull request #9 from Diegoisawesome/master
Ported task.c and others from pokeruby
Diffstat (limited to 'graphics_file_rules.mk')
-rw-r--r-- | graphics_file_rules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics_file_rules.mk b/graphics_file_rules.mk index a568138a8..c37eae710 100644 --- a/graphics_file_rules.mk +++ b/graphics_file_rules.mk @@ -2,6 +2,7 @@ monstillfrontdir := graphics/pokemon/front_pics monbackdir := graphics/pokemon/back_pics monfrontdir := graphics/pokemon/anim_front_pics monpaldir := graphics/pokemon/palettes +INTROGFXDIR := graphics/intro $(monstillfrontdir)/castform_still_front_pic.4bpp: $(monstillfrontdir)/castform_normal_form_still_front_pic.4bpp \ $(monstillfrontdir)/castform_sunny_form_still_front_pic.4bpp \ @@ -267,3 +268,6 @@ $(fontdir)/unused_frlg_female.fwjpnfont: $(fontdir)/unused_japanese_frlg_female_ graphics/title_screen/pokemon_logo.gbapal: graphics/title_screen/pokemon_logo.pal $(GFX) $< $@ -num_colors 224 + +$(INTROGFXDIR)/copyright.4bpp: $(INTROGFXDIR)/copyright.png + $(GFX) $< $@ -num_tiles 39 |