From a202626b6e1daad2c0d6974cd9663f20e5526e40 Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Fri, 27 May 2016 19:48:27 -0400 Subject: Route 10 --- main.asm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'main.asm') diff --git a/main.asm b/main.asm index cfd855ca..916f978d 100755 --- a/main.asm +++ b/main.asm @@ -916,7 +916,8 @@ INCBIN "maps/route6.blk" Route8Blocks: ; 581c6 INCBIN "maps/route8.blk" - dr $582d4,$58356 +INCLUDE "data/mapHeaders/route10.asm" +INCLUDE "data/mapObjects/route10.asm" Route10Blocks: INCBIN "maps/route10.blk" @@ -953,7 +954,8 @@ INCLUDE "engine/status_ailments.asm" INCLUDE "engine/overworld/oaks_aide.asm" INCLUDE "scripts/route6.asm" - dr $59052,$592e8 + dr $59052,$591d2 +INCLUDE "scripts/route10.asm" INCLUDE "scripts/route11.asm" INCLUDE "scripts/route12.asm" INCLUDE "scripts/route15.asm" -- cgit v1.3.1-sl0p