diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-01-17 19:19:47 -0500 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-01-17 19:19:47 -0500 |
commit | 173c5923cbdfc23559103c43dc076322580fb435 (patch) | |
tree | cd86975921f1e0e781abc26d9175cb70894a264a /graphics_file_rules.mk | |
parent | 442398261ee13464f4bde73142a2fd551a78dc74 (diff) |
clean up reel_time_gfx
Diffstat (limited to 'graphics_file_rules.mk')
-rw-r--r-- | graphics_file_rules.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics_file_rules.mk b/graphics_file_rules.mk index 250916022..f6724f685 100644 --- a/graphics_file_rules.mk +++ b/graphics_file_rules.mk @@ -16,6 +16,7 @@ rayquazadir := graphics/rayquaza_scene roulettegfxdir := graphics/roulette pknvdir := graphics/pokenav/ pknvoptionsdir := graphics/pokenav/options +slotmachinedir := graphics/slot_machine 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 @@ -464,6 +465,10 @@ $(bttransgfxdir)/frontier_square_4.4bpp: $(bttransgfxdir)/frontier_squares_blank $(bttransgfxdir)/frontier_squares_4.4bpp @cat $^ >$@ +$(slotmachinedir)/reel_time_gfx.4bpp: $(slotmachinedir)/reel_time_pikachu.4bpp \ + $(slotmachinedir)/reel_time_machine.4bpp + @cat $^ >$@ + $(pknvoptionsdir)/options.4bpp: $(pknvoptionsdir)/hoenn_map.4bpp \ $(pknvoptionsdir)/condition.4bpp \ $(pknvoptionsdir)/match_call.4bpp \ |