summaryrefslogtreecommitdiff
path: root/graphics_file_rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'graphics_file_rules.mk')
-rw-r--r--graphics_file_rules.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics_file_rules.mk b/graphics_file_rules.mk
index 648e3a9cb..c9745e7de 100644
--- a/graphics_file_rules.mk
+++ b/graphics_file_rules.mk
@@ -14,6 +14,7 @@ BATTRANSGFXDIR := graphics/battle_transitions
TYPESGFXDIR := graphics/types
RAYQUAZAGFXDIR := graphics/rayquaza_scene
ROULETTEGFXDIR := graphics/roulette
+SLOTMACHINEGFXDIR := graphics/slot_machine
PKNAVGFXDIR := graphics/pokenav/
PKNAVOPTIONSGFXDIR := graphics/pokenav/options
PSSGFXDIR := graphics/pokemon_storage
@@ -465,6 +466,10 @@ $(BATTRANSGFXDIR)/frontier_square_4.4bpp: $(BATTRANSGFXDIR)/frontier_squares_bla
$(BATTRANSGFXDIR)/frontier_squares_4.4bpp
@cat $^ >$@
+$(SLOTMACHINEGFXDIR)/reel_time_gfx.4bpp: $(SLOTMACHINEGFXDIR)/reel_time_pikachu.4bpp \
+ $(SLOTMACHINEGFXDIR)/reel_time_machine.4bpp
+ @cat $^ >$@
+
$(PKNAVOPTIONSGFXDIR)/options.4bpp: $(PKNAVOPTIONSGFXDIR)/hoenn_map.4bpp \
$(PKNAVOPTIONSGFXDIR)/condition.4bpp \
$(PKNAVOPTIONSGFXDIR)/match_call.4bpp \