From 38d57913867d66d30bca12070d2cbc2bc5fc25ba Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Fri, 27 May 2016 20:01:27 -0400 Subject: Route 8; all outdoor maps completed --- main.asm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'main.asm') 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" -- cgit v1.2.3