From 0c6ecb4054043b8c807065363f3d5d288d03db5d Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Fri, 27 May 2016 19:32:45 -0400 Subject: Route 14 --- main.asm | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'main.asm') diff --git a/main.asm b/main.asm index a4d8ec02..37a4dd21 100755 --- a/main.asm +++ b/main.asm @@ -854,7 +854,12 @@ INCBIN "maps/route5.blk" Route9Blocks: ; 54706 INCBIN "maps/route9.blk" - dr $54814,$54a1a + dr $54814,$54893 +Route13Blocks: +INCBIN "maps/route13.blk" + +INCLUDE "data/mapHeaders/route14.asm" +INCLUDE "data/mapObjects/route14.asm" Route14Blocks: INCBIN "maps/route14.blk" @@ -879,7 +884,8 @@ INCLUDE "scripts/route2.asm" INCLUDE "scripts/route3.asm" INCLUDE "scripts/route4.asm" INCLUDE "scripts/route5.asm" - dr $556d0,$55b8e + dr $556d0,$559e7 +INCLUDE "scripts/route14.asm" INCLUDE "scripts/route17.asm" INCLUDE "scripts/route19.asm" INCLUDE "scripts/route21.asm" -- cgit v1.3.1-sl0p