summaryrefslogtreecommitdiff
path: root/graphics_file_rules.mk
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2018-01-18 14:19:13 -0600
committerDiegoisawesome <diego@domoreaweso.me>2018-01-18 14:19:13 -0600
commit7086bf0048d1ccf66ca8ee0b0964136f33d2cd9c (patch)
tree26b05b05e757d299afef4c10d0ff25be7be5bd6c /graphics_file_rules.mk
parentd6567414ed61c59cd9da2a9cbaf91898d8bd50a6 (diff)
parent3c93557bcf720dcb0e3fe3cb1c4df7eb2d0369f9 (diff)
Merge remote-tracking branch 'Bird/dump_slot_machine.s'
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 \