summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-30 21:38:05 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-30 21:38:05 -0600
commitc82b5f5e3d62c585bb4e842e039107947ab19ac6 (patch)
treef6af5f48494c34595119492020805d11c3399cb1
parentc903a839a28d5d0ac6df0b3993e9556590fdbd12 (diff)
incorporate slot machine map into main.asm
hg-commit-id: 571429e704dc
-rw-r--r--main.asm8
1 files changed, 7 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 2d97532d..038d40df 100644
--- a/main.asm
+++ b/main.asm
@@ -22509,8 +22509,14 @@ UnnamedText_3769d: ; 0x3769d
db $50
; 0x3769d + 5 bytes
-INCBIN "baserom.gbc",$376a2,$44f
+INCBIN "baserom.gbc",$376a2,$378f5 - $376a2
+SlotMachineMap: ; 0x378f5
+INCBIN "gfx/tilemaps/slotmachine.map"
+
+INCBIN "baserom.gbc",$379e5,$37af1 - $379e5
+
+; 0x37af1
IF _RED
INCBIN "gfx/red/slotmachine1.2bpp"
ENDC