diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 19:32:45 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 19:32:45 -0400 |
commit | 0c6ecb4054043b8c807065363f3d5d288d03db5d (patch) | |
tree | 3d2b3ff15fb1daecdd17a1f8532a390ac89f8283 /main.asm | |
parent | 02fc3889b255aece1c02a673f7239a03e7a2396f (diff) |
Route 14
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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" |