aboutsummaryrefslogtreecommitdiffstats
path: root/engine/slot_machine.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-27 16:27:30 -0400
committerRangi <35663410+Rangi42@users.noreply.github.com>2020-06-27 21:43:32 -0400
commitd5089d3c623e2b147b035cf12569810d604bf47d (patch)
tree9d64a8943a11fef8a2b1afe0c4c8eda29e4ecfe1 /engine/slot_machine.asm
parentSeparate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) (diff)
downloadpokeyellow-d5089d3c623e2b147b035cf12569810d604bf47d.tar.gz
pokeyellow-d5089d3c623e2b147b035cf12569810d604bf47d.tar.xz
pokeyellow-d5089d3c623e2b147b035cf12569810d604bf47d.zip
Organize gfx/
Diffstat (limited to 'engine/slot_machine.asm')
-rwxr-xr-xengine/slot_machine.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/slot_machine.asm b/engine/slot_machine.asm
index 3a46687f..0a92c69b 100755
--- a/engine/slot_machine.asm
+++ b/engine/slot_machine.asm
@@ -878,15 +878,15 @@ LoadSlotMachineTiles:
jp SlotMachine_AnimWheel3
SlotMachineMap:
- INCBIN "gfx/tilemaps/slotmachine.map"
+ INCBIN "gfx/slots/slots.tilemap"
SlotMachineMapEnd:
INCLUDE "data/slot_machine_wheels.asm"
SlotMachineTiles1:
IF DEF(_RED)
- INCBIN "gfx/red/slotmachine1.2bpp"
+ INCBIN "gfx/slots/red_slots_1.2bpp"
ENDC
IF DEF(_BLUE)
- INCBIN "gfx/blue/slotmachine1.2bpp"
+ INCBIN "gfx/slots/blue_slots_1.2bpp"
ENDC