diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 19:15:16 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 19:15:16 -0400 |
commit | 78c0b78c55efb97739b060801aea89bf1ac3adc0 (patch) | |
tree | be0b5c9969344ace993058b51f5a7768282dbc8c /main.asm | |
parent | f0125912eaf67644a7c32c18a0ba6940469ee1bb (diff) |
Route 17... that was easy
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -854,7 +854,10 @@ INCBIN "maps/route5.blk" Route9Blocks: ; 54706 INCBIN "maps/route9.blk" - dr $54814,$54bb0 + dr $54814,$54b28 + +INCLUDE "data/mapHeaders/route17.asm" +INCLUDE "data/mapObjects/route17.asm" Route17Blocks: INCBIN "maps/route17.blk" @@ -874,7 +877,8 @@ INCLUDE "scripts/route2.asm" INCLUDE "scripts/route3.asm" INCLUDE "scripts/route4.asm" INCLUDE "scripts/route5.asm" - dr $556d0,$55d58 + dr $556d0,$55b8e +INCLUDE "scripts/route17.asm" INCLUDE "scripts/route19.asm" INCLUDE "scripts/route21.asm" dr $56054,$56714 |