diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 19:59:12 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 19:59:12 -0400 |
commit | dc8677aa1c1ef9ef8cc3fb217641ae6619a3dae6 (patch) | |
tree | dfcece712b3f55d0ec0f94a33de5a67935395226 /main.asm | |
parent | a202626b6e1daad2c0d6974cd9663f20e5526e40 (diff) |
Route 9 incl. AJ fight
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -857,7 +857,8 @@ INCLUDE "data/mapObjects/route5.asm" Route5Blocks: ; 545da INCBIN "maps/route5.blk" - dr $5468e,$54706 +INCLUDE "data/mapHeaders/route9.asm" +INCLUDE "data/mapObjects/route9.asm" Route9Blocks: ; 54706 INCBIN "maps/route9.blk" @@ -892,7 +893,7 @@ INCLUDE "scripts/route2.asm" INCLUDE "scripts/route3.asm" INCLUDE "scripts/route4.asm" INCLUDE "scripts/route5.asm" - dr $556d0,$55832 +INCLUDE "scripts/route9.asm" INCLUDE "scripts/route13.asm" INCLUDE "scripts/route14.asm" INCLUDE "scripts/route17.asm" |