summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-27 19:59:12 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-27 19:59:12 -0400
commitdc8677aa1c1ef9ef8cc3fb217641ae6619a3dae6 (patch)
treedfcece712b3f55d0ec0f94a33de5a67935395226 /main.asm
parenta202626b6e1daad2c0d6974cd9663f20e5526e40 (diff)
Route 9 incl. AJ fight
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 916f978d..46696cec 100755
--- a/main.asm
+++ b/main.asm
@@ -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"