summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-27 20:01:27 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-27 20:01:27 -0400
commit38d57913867d66d30bca12070d2cbc2bc5fc25ba (patch)
tree9aebe477d9d4e2d32aa263e8b28bbf649ca9e8ac /main.asm
parentdc8677aa1c1ef9ef8cc3fb217641ae6619a3dae6 (diff)
Route 8; all outdoor maps completed
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 46696cec..f4e6d582 100755
--- a/main.asm
+++ b/main.asm
@@ -913,7 +913,8 @@ INCLUDE "data/mapObjects/route6.asm"
Route6Blocks: ; 58079
INCBIN "maps/route6.blk"
- dr $5812d,$581c6
+INCLUDE "data/mapHeaders/route8.asm"
+INCLUDE "data/mapObjects/route8.asm"
Route8Blocks: ; 581c6
INCBIN "maps/route8.blk"
@@ -955,7 +956,7 @@ INCLUDE "engine/status_ailments.asm"
INCLUDE "engine/overworld/oaks_aide.asm"
INCLUDE "scripts/route6.asm"
- dr $59052,$591d2
+INCLUDE "scripts/route8.asm"
INCLUDE "scripts/route10.asm"
INCLUDE "scripts/route11.asm"
INCLUDE "scripts/route12.asm"