summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-30 15:16:58 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-30 15:16:58 -0400
commit5f729c22b5b8bafc520f4f23f8577bcb18a8a452 (patch)
tree4c8bd9c17db53cf9c4813a167e6cab1fd3f362ce /main.asm
parent31c0460e683aaf52524b086968b535fa5e5c248c (diff)
Add missing file; route 7/8 gates and route 8 path entrance
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm18
1 files changed, 17 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 93fec92c..2b8b5017 100755
--- a/main.asm
+++ b/main.asm
@@ -379,7 +379,23 @@ INCLUDE "data/mapObjects/route6gate.asm"
Route6GateBlocks: ; 1d9f2
INCBIN "maps/route6gate.blk"
- dr $1d9fe,$1e2ae ; map scripts
+INCLUDE "data/mapHeaders/route7gate.asm"
+INCLUDE "scripts/route7gate.asm"
+INCLUDE "data/mapObjects/route7gate.asm"
+Route7GateBlocks: ; 1dab9
+INCBIN "maps/route7gate.blk"
+
+INCLUDE "data/mapHeaders/route8gate.asm"
+INCLUDE "scripts/route8gate.asm"
+INCLUDE "data/mapObjects/route8gate.asm"
+Route8GateBlocks: ; 1dab9
+INCBIN "maps/route8gate.blk"
+
+INCLUDE "data/mapHeaders/undergroundpathentranceroute8.asm"
+INCLUDE "scripts/undergroundpathentranceroute8.asm"
+INCLUDE "data/mapObjects/undergroundpathentranceroute8.asm"
+
+ dr $1dbc4,$1e2ae ; map scripts
INCLUDE "engine/menu/oaks_pc.asm"