summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-30 10:04:13 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-30 10:04:13 -0400
commitae723a065537be412cd152e81c72e53ebe3aaac3 (patch)
treec2da2491dd0beb9d16f8f73dbfcaaf03782a9dab /main.asm
parent0cf9f485b14d7431ff2a976e7fac491b2369c726 (diff)
Cerulean Bike Shop
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm8
1 files changed, 7 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 277b867f..e5100d0e 100755
--- a/main.asm
+++ b/main.asm
@@ -352,7 +352,13 @@ INCLUDE "data/mapObjects/ceruleanhousetrashed.asm"
INCLUDE "data/mapHeaders/ceruleanhouse1.asm"
INCLUDE "scripts/ceruleanhouse1.asm"
INCLUDE "data/mapObjects/ceruleanhouse1.asm"
- dr $1d038,$1d7ae ; map scripts
+
+INCLUDE "data/mapHeaders/bikeshop.asm"
+INCLUDE "scripts/bikeshop.asm"
+INCLUDE "data/mapObjects/bikeshop.asm"
+BikeShopBlocks:
+INCBIN "maps/bikeshop.blk"
+ dr $1d1a4,$1d7ae ; map scripts
INCLUDE "data/mapHeaders/diglettscaveroute2.asm"
INCLUDE "scripts/diglettscaveroute2.asm"